1
1

Change version numbers to 0.3.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@197 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
Andreas Schneider 2008-12-22 13:44:55 +00:00
родитель b11ddd23b2
Коммит 6ea3888054
5 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -31,7 +31,7 @@ PROJECT_NAME = libssh
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # 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) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.

Просмотреть файл

@ -31,7 +31,7 @@ PROJECT_NAME = libssh
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # 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) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.

Просмотреть файл

@ -156,7 +156,7 @@
#define PACKAGE_TARNAME "libssh" #define PACKAGE_TARNAME "libssh"
/* Define to the version of this package. */ /* 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 as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void #define RETSIGTYPE void
@ -177,7 +177,7 @@
#define TIME_WITH_SYS_TIME 1 #define TIME_WITH_SYS_TIME 1
/* Version number of package */ /* 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 /* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */ first (like Motorola and SPARC, unlike Intel and VAX). */

Просмотреть файл

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57) 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) AM_INIT_AUTOMAKE(1.9)
AC_CONFIG_SRCDIR([sample.c]) AC_CONFIG_SRCDIR([sample.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])

Просмотреть файл

@ -40,7 +40,7 @@ typedef unsigned long long uint64_t;
#endif #endif
#define LIBSSH_VERSION "libssh-0.2.1-svn" #define LIBSSH_VERSION "libssh-0.3-svn"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {