aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doxyfile2
-rw-r--r--Doxyfile.internal2
-rw-r--r--config.h.win32-openssl4
-rw-r--r--configure.ac2
-rw-r--r--include/libssh/libssh.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/Doxyfile b/Doxyfile
index f4b5f832..afab0098 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = libssh
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.2.1-svn
+PROJECT_NUMBER = 0.3-svn
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/Doxyfile.internal b/Doxyfile.internal
index 87fc1809..a3995934 100644
--- a/Doxyfile.internal
+++ b/Doxyfile.internal
@@ -31,7 +31,7 @@ PROJECT_NAME = libssh
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.2.1-svn
+PROJECT_NUMBER = 0.3-svn
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/config.h.win32-openssl b/config.h.win32-openssl
index 4dc1da9f..88f84beb 100644
--- a/config.h.win32-openssl
+++ b/config.h.win32-openssl
@@ -156,7 +156,7 @@
#define PACKAGE_TARNAME "libssh"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.2.1-win-svn"
+#define PACKAGE_VERSION "0.3-win-svn"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -177,7 +177,7 @@
#define TIME_WITH_SYS_TIME 1
/* Version number of package */
-#define VERSION "0.2.1-win-svn"
+#define VERSION "0.3-win-svn"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
diff --git a/configure.ac b/configure.ac
index 1d0f2b88..1e7b6104 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.1-svn, [aris@0xbadc0de.be])
+AC_INIT([libssh], 0.3-svn, [aris@0xbadc0de.be])
AM_INIT_AUTOMAKE(1.9)
AC_CONFIG_SRCDIR([sample.c])
AC_CONFIG_HEADER([config.h])
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index d8f445ae..c9df939e 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -40,7 +40,7 @@ typedef unsigned long long uint64_t;
#endif
-#define LIBSSH_VERSION "libssh-0.2.1-svn"
+#define LIBSSH_VERSION "libssh-0.3-svn"
#ifdef __cplusplus
extern "C" {