aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2010-01-11 12:30:22 +0000
committerMarcus Brinkmann <[email protected]>2010-01-11 12:30:22 +0000
commit20b19496a82280826e5c650a1c236d80b194de48 (patch)
tree7396b56fae14cd06bfb2ce736ccf2f980edd192b /configure.ac
parentSupport gpgme_op_apsswd for GPG. (diff)
downloadgpgme-20b19496a82280826e5c650a1c236d80b194de48.tar.gz
gpgme-20b19496a82280826e5c650a1c236d80b194de48.zip
2010-01-11 Marcus Brinkmann <[email protected]>
Release 1.3.0.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c1e28fd2..e9f57151 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ min_automake_version="1.10"
# SVN version is the most recent one in a branch. To disable the SVN
# version for the real release, set the my_issvn macro to no.
m4_define(my_version, [1.3.0])
-m4_define(my_issvn, [yes])
+m4_define(my_issvn, [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $( (svn info 2>/dev/null \
|| echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')]))