diff options
author | Werner Koch <[email protected]> | 2012-05-02 09:30:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-05-02 09:30:57 +0000 |
commit | 4751a0e1bcd68a0c9f59a2685e3a2bee9d5008a6 (patch) | |
tree | d15ae5d3b948a623ab9ee915b80bd24b1a288a50 /configure.ac | |
parent | Release 1.3.2. (diff) | |
download | gpgme-4751a0e1bcd68a0c9f59a2685e3a2bee9d5008a6.tar.gz gpgme-4751a0e1bcd68a0c9f59a2685e3a2bee9d5008a6.zip |
Post release updates.
--
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bc57bbd4..3cac8267 100644 --- a/configure.ac +++ b/configure.ac @@ -33,8 +33,8 @@ min_automake_version="1.11" # for a specific feature can already be done under the assumption that # 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, [1.3.2]) -m4_define(my_isgit, [no]) +m4_define(my_version, [1.3.3]) +m4_define(my_isgit, [yes]) m4_define([svn_revision], m4_esyscmd([printf "%d" $( (svn info 2>/dev/null \ || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')])) |