1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-05 20:55:46 +03:00

trunk to 0.2

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@104 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Aris Adamantiadis
2006-12-26 21:18:15 +00:00
parent 0465d85ab4
commit 94d6f39386
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -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])

View File

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