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
This commit is contained in:
paulc 2008-02-04 12:54:30 +00:00
parent 865900d795
commit 2ab1ec12c7
4 changed files with 7 additions and 7 deletions

View File

@ -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%%.*}"

View File

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

View File

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

View File

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