summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-02-24 22:17:10 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-02-24 22:17:10 +0300
commit5e8595399fc04b05fe2bdacc2a070f35ae0fe044 (patch)
tree62ab4d5f19b65d5eaa834c41b0187088d644115e
parentNEWS: Update (diff)
downloadguile-ssh-0.7.2.tar.gz
NEWS: Bump version to 0.7.2v0.7.2
* NEWS: Bump version to 0.7.2 * configure.ac, doc/version.texi: Likewise.
-rw-r--r--ChangeLog3
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--doc/version.texi6
4 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b06784..bed3d23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-02-24 Artyom Poptsov <poptsov.artyom@gmail.com>
+ * NEWS: Bump version to 0.7.2
+ * configure.ac, doc/version.texi: Likewise.
+
* doc/guile-ssh.texi: Update copyright dates.
* configure.ac: Update copyright dates. Remove a trailing whitespace.
diff --git a/NEWS b/NEWS
index 756e506..261ab33 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com>
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
-* Unreleased
+* Changes in version 0.7.2 (2015-02-24)
** Remove dependency on libgcrypt added by a mistake
** Fix "double free or corruption" error on GC'ing of keys
Fix "double free or corruption" error that occures in case when a key was
diff --git a/configure.ac b/configure.ac
index 03256c6..7adfe9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>.
]])
-AC_INIT([Guile-SSH], [0.7.1], [poptsov.artyom@gmail.com],
+AC_INIT([Guile-SSH], [0.7.2], [poptsov.artyom@gmail.com],
[guile-ssh],
[https://github.com/artyom-poptsov/guile-ssh])
diff --git a/doc/version.texi b/doc/version.texi
index f6f2f3e..fb1b83b 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 22 February 2015
+@set UPDATED 24 February 2015
@set UPDATED-MONTH February 2015
-@set EDITION 0.7.1
-@set VERSION 0.7.1
+@set EDITION 0.7.2
+@set VERSION 0.7.2