aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-06-12 04:59:59 +0000
committerChristian Grothoff <christian@grothoff.org>2008-06-12 04:59:59 +0000
commit263e30de9f2f3ae6cdd80cc718e8b6ed5c0a5503 (patch)
tree1fd977315abf10056bac124b352764c339f0ecff
parente00bcd3bc325870b5e8adf9d9e2ca6429d7d6d44 (diff)
downloadgnunet-gtk-263e30de9f2f3ae6cdd80cc718e8b6ed5c0a5503.tar.gz
gnunet-gtk-263e30de9f2f3ae6cdd80cc718e8b6ed5c0a5503.zip
bumps
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 15caaa74..b03bb34d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Wed Jun 11 23:00:38 MDT 2008
2 Fixed icon installation and telling GTK about our
3 icon path.
4
1Sat Jun 7 17:54:49 MDT 2008 5Sat Jun 7 17:54:49 MDT 2008
2 Added support for new namespace APIs. Chat now uses 6 Added support for new namespace APIs. Chat now uses
3 an icon to indicate which of the room members is the 7 an icon to indicate which of the room members is the
diff --git a/configure.ac b/configure.ac
index 87f2148f..a8f3afb6 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.61) 22AC_PREREQ(2.61)
23AC_INIT([gnunet-gtk],[0.8.0pre1],[bug-gnunet@gnu.org]) 23AC_INIT([gnunet-gtk],[0.8.0],[bug-gnunet@gnu.org])
24AM_INIT_AUTOMAKE([gnunet-gtk], [0.8.0pre1]) 24AM_INIT_AUTOMAKE([gnunet-gtk], [0.8.0])
25AM_CONFIG_HEADER(config.h) 25AM_CONFIG_HEADER(config.h)
26 26
27AH_TOP([#define _GNU_SOURCE 1]) 27AH_TOP([#define _GNU_SOURCE 1])