aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-08-20 20:46:58 +0000
committerChristian Grothoff <christian@grothoff.org>2005-08-20 20:46:58 +0000
commit0207f34b27e06ec591736a8bc220906af09f991d (patch)
treebebf70daf9ad7efbae8a15480d0fd28baa068804
parentcc6763066873663cb3dbdffeb24620a2a249e9b6 (diff)
downloadgnunet-gtk-0207f34b27e06ec591736a8bc220906af09f991d.tar.gz
gnunet-gtk-0207f34b27e06ec591736a8bc220906af09f991d.zip
sync
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e49b4cf6..f178d094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Sat Aug 20 13:51:01 PDT 2005
2 Releasing 0.7.0pre6.
3
1Thu Aug 18 21:18:28 PDT 2005 4Thu 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#
22AC_PREREQ(2.57) 22AC_PREREQ(2.57)
23AC_INIT([gnunet-gtk],[0.7.0pre5],[bug-gnunet@gnu.org]) 23AC_INIT([gnunet-gtk],[0.7.0pre6],[bug-gnunet@gnu.org])
24AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0pre5]) 24AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.0pre6])
25AM_CONFIG_HEADER(config.h) 25AM_CONFIG_HEADER(config.h)
26 26
27AH_TOP([#define _GNU_SOURCE 1]) 27AH_TOP([#define _GNU_SOURCE 1])