Change version numbers to 0.3.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@197 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
родитель
b11ddd23b2
Коммит
6ea3888054
2
Doxyfile
2
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.
|
||||
|
@ -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.
|
||||
|
@ -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). */
|
||||
|
@ -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])
|
||||
|
@ -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" {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user