mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-08 19:02:07 +03:00
Bump version for release
This commit is contained in:
@@ -10,7 +10,7 @@ CC = @CC@
|
||||
CFLAGS = -c @CFLAGS@ -Iinclude/ -Wall -g
|
||||
LIBS = -lssh2 -Lsrc/
|
||||
INSTALL = @INSTALL@
|
||||
VERSION=0.1
|
||||
VERSION=0.2
|
||||
DISTLIB=libssh2-$(VERSION)
|
||||
|
||||
all:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# AC_PREREQ(2.57)
|
||||
AC_INIT(libssh2, 0.1 , pollita@php.net)
|
||||
AC_INIT(libssh2, 0.2 , pollita@php.net)
|
||||
AC_CONFIG_SRCDIR([src])
|
||||
AC_CONFIG_HEADER([include/libssh2_config.h])
|
||||
|
||||
|
@@ -42,7 +42,7 @@
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#define LIBSSH2_VERSION "0.1"
|
||||
#define LIBSSH2_VERSION "0.2"
|
||||
#define LIBSSH2_APINO 200412161500
|
||||
|
||||
/* Part of every banner, user specified or not */
|
||||
|
Reference in New Issue
Block a user