Post release updates

--
This commit is contained in:
Werner Koch 2014-06-24 15:43:46 +02:00
parent 41dcd32218
commit 6aa0464db9
3 changed files with 7 additions and 4 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
Noteworthy changes in version 2.0.25 (unreleased)
-------------------------------------------------
Noteworthy changes in version 2.0.24 (2014-06-24)
-------------------------------------------------

View File

@ -26,7 +26,7 @@ min_automake_version="1.10"
# (git tag -s gnupg-2.n.m) and run "./autogen.sh --force". Please
# bump the version number immediately *after* the release and do
# another commit and push so that the git magic is able to work.
m4_define([mym4_version], [2.0.24])
m4_define([mym4_version], [2.0.25])
# Below is m4 magic to extract and compute the git revision number,
# the decimalized short revision number, a beta version string and a

View File

@ -140,8 +140,8 @@ online: gnupg.html gnupg.pdf
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
dashdevel="-devel" ; \
else \
rsync -v gnupg.pdf $${user}@{webhost}:webspace/manuals/ ; \
rsync -v gnupg.pdf $${user}@$${webhost}:webspace/manuals/ ; \
fi ; \
cd gnupg.html ; \
rsync -vr --exclude='.svn' . \
$${user}@{webhost}:webspace/manuals/gnupg$${dashdevel}/
rsync -vr --exclude='.git' . \
$${user}@$${webhost}:webspace/manuals/gnupg$${dashdevel}/