aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-02-12 13:06:07 +0000
committerWerner Koch <[email protected]>2013-02-12 13:06:07 +0000
commit9c5733b89f858e947f954c56c00a9fee227ef362 (patch)
tree1dd4eeabe253395972ec3769e10ff3acab999cc1
parentAdd macro GPGME_VERSION_NUMBER. (diff)
downloadgpgme-9c5733b89f858e947f954c56c00a9fee227ef362.tar.gz
gpgme-9c5733b89f858e947f954c56c00a9fee227ef362.zip
Declare next version to be 1.4.0
--
Diffstat (limited to '')
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--configure.ac4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2678a218..2d6ccf19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.3.3 (unreleased)
+Noteworthy changes in version 1.4.0 (unreleased)
------------------------------------------------
* Interface changes relative to the 1.3.1 release:
diff --git a/README b/README
index 8b0cc363..be07a0fb 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
GPGME - GnuPG Made Easy
---------------------------
- Copyright 2004, 2006, 2010, 2012 g10 Code GmbH
+ Copyright 2004, 2006, 2010, 2012, 2013 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/configure.ac b/configure.ac
index af3788d8..6ba74c38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,8 +34,8 @@ min_automake_version="1.11"
# the GIT version is the most recent one in a branch. To disable the
# GIT version for the real release, set the my_isgit macro to no.
m4_define(my_version_major, [1])
-m4_define(my_version_minor, [3])
-m4_define(my_version_micro, [3])
+m4_define(my_version_minor, [4])
+m4_define(my_version_micro, [0])
m4_define(my_isgit, [yes])
m4_define(my_version, [my_version_major.my_version_minor.my_version_micro])