diff options
author | Christian Grothoff <christian@grothoff.org> | 2008-06-12 04:59:59 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2008-06-12 04:59:59 +0000 |
commit | 263e30de9f2f3ae6cdd80cc718e8b6ed5c0a5503 (patch) | |
tree | 1fd977315abf10056bac124b352764c339f0ecff | |
parent | e00bcd3bc325870b5e8adf9d9e2ca6429d7d6d44 (diff) | |
download | gnunet-gtk-263e30de9f2f3ae6cdd80cc718e8b6ed5c0a5503.tar.gz gnunet-gtk-263e30de9f2f3ae6cdd80cc718e8b6ed5c0a5503.zip |
bumps
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ | |||
1 | Wed Jun 11 23:00:38 MDT 2008 | ||
2 | Fixed icon installation and telling GTK about our | ||
3 | icon path. | ||
4 | |||
1 | Sat Jun 7 17:54:49 MDT 2008 | 5 | Sat 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 | # |
22 | AC_PREREQ(2.61) | 22 | AC_PREREQ(2.61) |
23 | AC_INIT([gnunet-gtk],[0.8.0pre1],[bug-gnunet@gnu.org]) | 23 | AC_INIT([gnunet-gtk],[0.8.0],[bug-gnunet@gnu.org]) |
24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.8.0pre1]) | 24 | AM_INIT_AUTOMAKE([gnunet-gtk], [0.8.0]) |
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]) |