diff options
author | Andre Heinecke <[email protected]> | 2016-07-12 10:28:41 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-07-12 10:28:41 +0000 |
commit | bf742fb88545689addfca18192baf2f56a1895e1 (patch) | |
tree | ad358144915aed65ccdb5d4f37522f80577cb0c8 | |
parent | Qt: Install CamelCase forward includes (diff) | |
download | gpgme-bf742fb88545689addfca18192baf2f56a1895e1.tar.gz gpgme-bf742fb88545689addfca18192baf2f56a1895e1.zip |
Bump version to 1.7.0
* configure.ac(mym4_version_minor),
(mym4_version_micro): Next release will be 1.7.0
--
This was already mentioned in NEWS but acidentally not changed
in configure.ac
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 52ba87f2..d395e001 100644 --- a/configure.ac +++ b/configure.ac @@ -28,8 +28,8 @@ min_automake_version="1.14" # 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, [6]) -m4_define(mym4_version_micro, [1]) +m4_define(mym4_version_minor, [7]) +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 |