From 74c0075ca2f37758d1c6fb1c59bf3f6e42b42770 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 7 Jan 2014 18:08:41 +0100 Subject: [PATCH] Set next version to 1.5.0 -- --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9575db28..97bfa1f9 100644 --- a/configure.ac +++ b/configure.ac @@ -28,8 +28,8 @@ min_automake_version="1.11" # commit and push so that the git magic is able to work. See below # for the LT versions. m4_define(mym4_version_major, [1]) -m4_define(mym4_version_minor, [4]) -m4_define(mym4_version_micro, [3]) +m4_define(mym4_version_minor, [5]) +m4_define(mym4_version_micro, [0]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag