diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | configure.ac | 4 | 
3 files changed, 4 insertions, 4 deletions
| @@ -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: @@ -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]) | 
