From b859f4d9d248ce3a8cb91ab471bd78fb29e35472 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 17 Oct 2009 21:36:57 +0200 Subject: [PATCH] more CVS => DEV conversions --- include/libssh2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libssh2.h b/include/libssh2.h index b6e32d9..51a00c5 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -84,11 +84,11 @@ typedef unsigned long long libssh2_uint64_t; typedef long long libssh2_int64_t; #endif -/* We use underscore instead of dash when appending CVS in dev versions just +/* We use underscore instead of dash when appending DEV in dev versions just to make the BANNER define (used by src/session.c) be a valid SSH banner. Release versions have no appended strings and may of course not have dashes either. */ -#define LIBSSH2_VERSION "1.2.2_CVS" +#define LIBSSH2_VERSION "1.2.2_DEV" /* The numeric version number is also available "in parts" by using these defines: */