1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-17 00:39:50 +02:00

Release 1.4.13.

This commit is contained in:
Werner Koch 2012-12-20 20:30:15 +01:00
parent 2812ab7d6a
commit 0bd168bf8e
2 changed files with 5 additions and 4 deletions

7
NEWS
View File

@ -1,4 +1,4 @@
Noteworthy changes in version 1.4.13 (unreleased)
Noteworthy changes in version 1.4.13 (2012-12-20)
-------------------------------------------------
* Add support for the old cipher algorithm IDEA.
@ -2050,8 +2050,9 @@ Noteworthy changes in version 0.2.3
is generated on a system without a good random number generator.
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007 Free Software Foundation, Inc.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without

View File

@ -26,7 +26,7 @@ min_automake_version="1.9.3"
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh --force" right before creating a distribution.
m4_define([my_version], [1.4.13])
m4_define([my_issvn], [yes])
m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))