diff options
author | Christian Grothoff <christian@grothoff.org> | 2005-08-20 20:46:58 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2005-08-20 20:46:58 +0000 |
commit | 0207f34b27e06ec591736a8bc220906af09f991d (patch) | |
tree | bebf70daf9ad7efbae8a15480d0fd28baa068804 | |
parent | cc6763066873663cb3dbdffeb24620a2a249e9b6 (diff) | |
download | gnunet-gtk-0207f34b27e06ec591736a8bc220906af09f991d.tar.gz gnunet-gtk-0207f34b27e06ec591736a8bc220906af09f991d.zip |
sync
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | Sat Aug 20 13:51:01 PDT 2005 | ||
2 | Releasing 0.7.0pre6. | ||
3 | |||
1 | Thu Aug 18 21:18:28 PDT 2005 | 4 | Thu Aug 18 21:18:28 PDT 2005 |
2 | Made quotations match GNU standards. | 5 | Made quotations match GNU standards. |
3 | 6 | ||
diff --git a/configure.ac b/configure.ac index 495f13f6..d2d38d6e 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -20,8 +20,8 @@ | |||
20 | # Process this file with autoconf to produce a configure script. | 20 | # Process this file with autoconf to produce a configure script. |
21 | # | 21 | # |
22 | AC_PREREQ(2.57) | 22 | AC_PREREQ(2.57) |
23 | AC_INIT([gnunet-gtk],[0.7.0pre5],[bug-gnunet@gnu.org]) | 23 | AC_INIT([gnunet-gtk],[0.7.0pre6],[bug-gnunet@gnu.org]) |
24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0pre5]) | 24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0pre6]) |
25 | AM_CONFIG_HEADER(config.h) | 25 | AM_CONFIG_HEADER(config.h) |
26 | 26 | ||
27 | AH_TOP([#define _GNU_SOURCE 1]) | 27 | AH_TOP([#define _GNU_SOURCE 1]) |