aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 15:03:51 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 15:03:51 +0000
commit35a78003b6f9109fc4f4d20468c58f10ddb80ec5 (patch)
treed9f8139ef527a47b46e491c56c2f3727c79eda54
parent6f60719c1efa3565fd616607af7e6ccde643f978 (diff)
downloadgnunet-35a78003b6f9109fc4f4d20468c58f10ddb80ec5.tar.gz
gnunet-35a78003b6f9109fc4f4d20468c58f10ddb80ec5.zip
bump
-rw-r--r--configure.ac4
-rw-r--r--src/include/gnunet_common.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a50f7de11..6697cdfbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,13 +22,13 @@
22# 22#
23AC_PREREQ(2.61) 23AC_PREREQ(2.61)
24# Checks for programs. 24# Checks for programs.
25AC_INIT([gnunet], [0.9.0pre2],[bug-gnunet@gnu.org]) 25AC_INIT([gnunet], [0.9.0pre3],[bug-gnunet@gnu.org])
26 26
27AC_CANONICAL_TARGET 27AC_CANONICAL_TARGET
28AC_CANONICAL_HOST 28AC_CANONICAL_HOST
29AC_CANONICAL_SYSTEM 29AC_CANONICAL_SYSTEM
30 30
31AM_INIT_AUTOMAKE([gnunet], [0.9.0pre2]) 31AM_INIT_AUTOMAKE([gnunet], [0.9.0pre3])
32m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) 32m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
33AC_CONFIG_HEADERS([gnunet_config.h]) 33AC_CONFIG_HEADERS([gnunet_config.h])
34AH_TOP([#define _GNU_SOURCE 1]) 34AH_TOP([#define _GNU_SOURCE 1])
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 73945a809..503fda5c1 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -49,7 +49,7 @@
49/** 49/**
50 * Version of the API (for entire gnunetutil.so library). 50 * Version of the API (for entire gnunetutil.so library).
51 */ 51 */
52#define GNUNET_UTIL_VERSION 0x00000000 52#define GNUNET_UTIL_VERSION 0x00089900
53 53
54/** 54/**
55 * Name used for "services" that are actually command-line 55 * Name used for "services" that are actually command-line