[gmime] bumped version to 3.0.0



commit 3fd646c95503acb0d11bf67afde1c7bdd4fcc341
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sun Apr 23 12:02:20 2017 -0400

    bumped version to 3.0.0

 autogen.sh   |    2 ++
 configure.ac |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index acbb0a3..569e622 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -89,6 +89,8 @@ if test -z "$AUTOGEN_SUBDIR_MODE" && test -z "$NOCONFIGURE"; then
         fi
 fi
 
+touch ChangeLog
+
 $ACLOCAL -I m4/ $ACLOCAL_FLAGS || exit $?
 
 $LIBTOOLIZE --force || exit $?
diff --git a/configure.ac b/configure.ac
index 66b8699..e8c45cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@ AC_PREREQ(2.54)
 # if backwards compatibility has been broken,
 # set gmime_binary_age _and_ gmime_interface_age to 0.
 #
-m4_define([gmime_major_version], [2])
-m4_define([gmime_minor_version], [99])
+m4_define([gmime_major_version], [3])
+m4_define([gmime_minor_version], [0])
 m4_define([gmime_micro_version], [0])
 m4_define([gmime_interface_age], [0])
 m4_define([gmime_binary_age],
@@ -50,7 +50,7 @@ AC_CANONICAL_HOST
 # Save this value here, since automake will set cflags later
 cflags_set=${CFLAGS+set}
 
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip foreign -Wno-portability])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability no-define no-dist-gzip dist-xz tar-ustar])
 AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4 \${ACLOCAL_FLAGS}"])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
          [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]