aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-12-16 04:15:20 +0000
committerChristian Grothoff <christian@grothoff.org>2007-12-16 04:15:20 +0000
commit8ed74b73fd578be0af43a341f91ff0abc47fad0f (patch)
tree5058a94a30e6771e9e7e237951fd503c24d78c7e
parent815bec084adde85157a3867697d5c02b933e7487 (diff)
downloadgnunet-gtk-8ed74b73fd578be0af43a341f91ff0abc47fad0f.tar.gz
gnunet-gtk-8ed74b73fd578be0af43a341f91ff0abc47fad0f.zip
version bump
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 11b8f450..d9c259ee 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.2c],[bug-gnunet@gnu.org]) 23AC_INIT([gnunet-gtk],[0.7.3],[bug-gnunet@gnu.org])
24AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.2c]) 24AM_INIT_AUTOMAKE([gnunet-gtk], [0.7.3])
25AM_CONFIG_HEADER(config.h) 25AM_CONFIG_HEADER(config.h)
26 26
27AH_TOP([#define _GNU_SOURCE 1]) 27AH_TOP([#define _GNU_SOURCE 1])