From 2ab1ec12c7e45323e2380c9f0440df4addf7348d Mon Sep 17 00:00:00 2001 From: paulc Date: Mon, 4 Feb 2008 12:54:30 +0000 Subject: [PATCH] Bumped version to 2.0.0 alpha2 and made --version report code status. git-svn-id: http://yate.null.ro/svn/yate/trunk@1713 acf43c95-373e-0410-b603-e72c3f656dc1 --- configure.in | 2 +- engine/Engine.cpp | 2 +- windows/yateiss.inc | 4 ++-- windows/yateversn.h | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.in b/configure.in index 370e1f98..2f4ee2b5 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(Yate, 2.0.0) AC_CONFIG_SRCDIR([README]) AC_PREREQ(2.52) -PACKAGE_RELEASE="1" +PACKAGE_RELEASE="2" PACKAGE_STATUS="alpha" PACKAGE_VERSION_MAJOR="${PACKAGE_VERSION%%.*}" diff --git a/engine/Engine.cpp b/engine/Engine.cpp index 7b4014f8..3c2812d5 100644 --- a/engine/Engine.cpp +++ b/engine/Engine.cpp @@ -1349,7 +1349,7 @@ static void noarg(bool client, const char* opt) static void version() { - ::fprintf(stdout,"Yate " YATE_VERSION " " YATE_RELEASE "\n"); + ::fprintf(stdout,"Yate " YATE_VERSION " " YATE_STATUS YATE_RELEASE "\n"); } int Engine::main(int argc, const char** argv, const char** env, RunMode mode, bool fail) diff --git a/windows/yateiss.inc b/windows/yateiss.inc index 3e2db1e2..7c570108 100644 --- a/windows/yateiss.inc +++ b/windows/yateiss.inc @@ -1,3 +1,3 @@ -AppVerName=Yate 2.0.0 - alpha1 +AppVerName=Yate 2.0.0 - alpha2 AppVersion=2.0.0 -VersionInfoVersion=2.0.0.1 +VersionInfoVersion=2.0.0.2 diff --git a/windows/yateversn.h b/windows/yateversn.h index cc8515ff..1580e721 100644 --- a/windows/yateversn.h +++ b/windows/yateversn.h @@ -19,11 +19,11 @@ #define YATE_MINOR_S "0" #define YATE_BUILD_S "0" #define YATE_VERSION "2.0.0" -#define YATE_RELEASE "1" +#define YATE_RELEASE "2" #define YATE_STATUS "alpha" /* Windows version resource - file and string style */ -#define YATE_WINVER_F 2,0,0,1 -#define YATE_WINVER_S "2, 0, 0, 1\0" +#define YATE_WINVER_F 2,0,0,2 +#define YATE_WINVER_S "2, 0, 0, 2\0" #endif /* __YATEVERSN_H */