From e6faa237d814be86076c07a2f88fa2eb47d84059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 4 Apr 2007 21:19:21 +0200 Subject: [PATCH] Bumped version number to 2.9.1-exp. Rev: ChangeLog:1.937 Rev: configure.ac:1.77 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0cca5ac2..d9441db1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-04 Niels M�ller <nisse@lysator.liu.se> + + * configure.ac: Bumped version number to 2.9.1-exp. + + * Released lsh-2.9-exp + 2007-03-27 Niels M�ller <nisse@lysator.liu.se> * src/gateway_channel.c (do_gateway_channel_event): For diff --git a/configure.ac b/configure.ac index b20921629..e190e585b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([lsh], [2.9-exp], [bug-lsh@gnu.org]) +AC_INIT([lsh], [2.9.1-exp], [bug-lsh@gnu.org]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([src/lsh.c]) # Needed to stop autoconf from looking for files in parent directories. -- GitLab