1
1
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@104 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
Aris Adamantiadis 2006-12-26 21:18:15 +00:00
родитель 0465d85ab4
Коммит 94d6f39386
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -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" {