aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doxyfile2
-rw-r--r--Makefile.in2
-rw-r--r--configure.in2
-rw-r--r--include/libssh/libssh.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index 6764edf2..21234be9 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = libssh
-PROJECT_NUMBER = 0.2rc
+PROJECT_NUMBER = 0.2
OUTPUT_DIRECTORY = doxygen/
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/Makefile.in b/Makefile.in
index a3481e00..82a29d25 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,7 +23,7 @@ LN = @LN_S@
LIBTOOL = @LIBTOOL@
OBJECTS = sample.o samplesshd.o
APPS = samplessh samplesftp samplesshd
-VERSION = 0.2rc
+VERSION = 0.2
DISTLIB = libssh-$(VERSION)
CONFIG = include/libssh/config.h
diff --git a/configure.in b/configure.in
index adf02dd8..50dfda2d 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libssh, 0.2rc , aris@0xbadc0de.be)
+AC_INIT(libssh, 0.2 , aris@0xbadc0de.be)
AC_CONFIG_SRCDIR([sample.c])
AC_CONFIG_HEADER([config.h])
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index c75b3574..d96c34b5 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -24,7 +24,7 @@ MA 02111-1307, USA. */
#include <sys/select.h> /* for fd_set * */
#include <inttypes.h>
-#define LIBSSH_VERSION "libssh-0.2rc"
+#define LIBSSH_VERSION "libssh-0.2"
#ifdef __cplusplus
extern "C" {