trunk to 0.2
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@104 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
родитель
0465d85ab4
Коммит
94d6f39386
2
Doxyfile
2
Doxyfile
@ -4,7 +4,7 @@
|
|||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
PROJECT_NAME = libssh
|
PROJECT_NAME = libssh
|
||||||
PROJECT_NUMBER = 0.2rc
|
PROJECT_NUMBER = 0.2
|
||||||
OUTPUT_DIRECTORY = doxygen/
|
OUTPUT_DIRECTORY = doxygen/
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
|
@ -23,7 +23,7 @@ LN = @LN_S@
|
|||||||
LIBTOOL = @LIBTOOL@
|
LIBTOOL = @LIBTOOL@
|
||||||
OBJECTS = sample.o samplesshd.o
|
OBJECTS = sample.o samplesshd.o
|
||||||
APPS = samplessh samplesftp samplesshd
|
APPS = samplessh samplesftp samplesshd
|
||||||
VERSION = 0.2rc
|
VERSION = 0.2
|
||||||
DISTLIB = libssh-$(VERSION)
|
DISTLIB = libssh-$(VERSION)
|
||||||
CONFIG = include/libssh/config.h
|
CONFIG = include/libssh/config.h
|
||||||
|
|
||||||
|
@ -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.2rc , aris@0xbadc0de.be)
|
AC_INIT(libssh, 0.2 , aris@0xbadc0de.be)
|
||||||
AC_CONFIG_SRCDIR([sample.c])
|
AC_CONFIG_SRCDIR([sample.c])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ MA 02111-1307, USA. */
|
|||||||
#include <sys/select.h> /* for fd_set * */
|
#include <sys/select.h> /* for fd_set * */
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#define LIBSSH_VERSION "libssh-0.2rc"
|
#define LIBSSH_VERSION "libssh-0.2"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user