aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-17 20:53:19 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-17 20:53:27 +0100
commit7c6162f6e20bef6c0652d38702f92fe166c708c1 (patch)
treebd9328911c487c6914e945cca57deb34156d8ec5
parent2e49f58e6c5db940ef41680d7c334e529c638344 (diff)
downloadgnunet-fuse-7c6162f6e20bef6c0652d38702f92fe166c708c1.tar.gz
gnunet-fuse-7c6162f6e20bef6c0652d38702f92fe166c708c1.zip
version bumpv0.11.0
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 83dbcdc..4d048b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Sun 17 Feb 2019 08:52:48 PM CET
2 Packageing gnunet-fuse for GNUnet 0.11. -CG
3
12015-06-12 gettextize <bug-gnu-gettext@gnu.org> 42015-06-12 gettextize <bug-gnu-gettext@gnu.org>
2 5
3 * m4/gettext.m4: Upgrade to gettext-0.19.4. 6 * m4/gettext.m4: Upgrade to gettext-0.19.4.
@@ -26,4 +29,3 @@ Sun Dec 22 14:29:43 CET 2013
26 * Makefile.am (SUBDIRS): Add po. 29 * Makefile.am (SUBDIRS): Add po.
27 * configure.ac (AC_OUTPUT): Add po/Makefile.in. 30 * configure.ac (AC_OUTPUT): Add po/Makefile.in.
28 (AM_GNU_GETTEXT_VERSION): Bump to 0.18.1. 31 (AM_GNU_GETTEXT_VERSION): Bump to 0.18.1.
29
diff --git a/configure.ac b/configure.ac
index d946eb1..4c9a3ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
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-fuse],[0.11.0pre66],[bug-gnunet@gnu.org]) 23AC_INIT([gnunet-fuse],[0.11.0],[bug-gnunet@gnu.org])
24AM_INIT_AUTOMAKE 24AM_INIT_AUTOMAKE
25AM_CONFIG_HEADER(gnunet_fuse_config.h) 25AM_CONFIG_HEADER(gnunet_fuse_config.h)
26 26