aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-03-02 08:00:10 +0000
committerChristian Grothoff <christian@grothoff.org>2008-03-02 08:00:10 +0000
commited5b956319221c7199cee7eb392bb3a70ab6fb8e (patch)
tree068179018e4d8f00d4582ec13259b35fdb0cede8
parent27934ea2d5f46c2be415fe21cf87a7a3f8544c82 (diff)
downloadgnunet-gtk-ed5b956319221c7199cee7eb392bb3a70ab6fb8e.tar.gz
gnunet-gtk-ed5b956319221c7199cee7eb392bb3a70ab6fb8e.zip
version bump
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3287bc38..77da3a55 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.3],[bug-gnunet@gnu.org]) 23AC_INIT([gnunet-gtk],[0.8.0pre0],[bug-gnunet@gnu.org])
24AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.3]) 24AM_INIT_AUTOMAKE([gnunet-gtk], [0.8.0pre0])
25AM_CONFIG_HEADER(config.h) 25AM_CONFIG_HEADER(config.h)
26 26
27AH_TOP([#define _GNU_SOURCE 1]) 27AH_TOP([#define _GNU_SOURCE 1])