aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-03-07 02:26:24 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-03-07 02:26:24 +0000
commit99cfb696107efe1be5f1db3732810b1e795d21d1 (patch)
treec5a1cd60e412e6ebf1367558158d1b074032a43b /configure.ac
parentc284eb4e38721f567db15bde24ea53822d0cefb4 (diff)
downloadlibssh-99cfb696107efe1be5f1db3732810b1e795d21d1.tar.gz
libssh-99cfb696107efe1be5f1db3732810b1e795d21d1.tar.xz
libssh-99cfb696107efe1be5f1db3732810b1e795d21d1.zip
changed version number to 0.2.1-svn
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@144 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1fa4146a..2ec3845c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([libssh], 0.2, [aris@0xbadc0de.be])
+AC_INIT([libssh], 0.2.1-svn, [aris@0xbadc0de.be])
AM_INIT_AUTOMAKE(1.9)
AC_CONFIG_SRCDIR([sample.c])
AC_CONFIG_HEADER([config.h])