Declare next version to be 1.4.0
--
This commit is contained in:
parent
f48f75b1e8
commit
9c5733b89f
2
NEWS
2
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:
|
||||
|
2
README
2
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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user