Bumped version number.

git-svn-id: http://voip.null.ro/svn/yate@1042 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-09-18 01:31:18 +00:00
parent 2e77cb5a20
commit 8b3b658650
2 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,3 @@
AppVerName=Yate 1.0.0 release 1
AppVersion=1.0.0
VersionInfoVersion=1.0.0.1
AppVerName=Yate 1.1.0 - 1
AppVersion=1.1.0
VersionInfoVersion=1.1.0.1

View File

@ -11,18 +11,18 @@
/* Version numbers */
#define YATE_MAJOR 1
#define YATE_MINOR 0
#define YATE_MINOR 1
#define YATE_BUILD 0
/* Version strings */
#define YATE_MAJOR_S "1"
#define YATE_MINOR_S "0"
#define YATE_MINOR_S "1"
#define YATE_BUILD_S "0"
#define YATE_VERSION "1.0.0"
#define YATE_VERSION "1.1.0"
#define YATE_RELEASE "1"
/* Windows version resource - file and string style */
#define YATE_WINVER_F 1,0,0,1
#define YATE_WINVER_S "1, 0, 0, 1\0"
#define YATE_WINVER_F 1,1,0,1
#define YATE_WINVER_S "1, 1, 0, 1\0"
#endif /* __YATEVERSN_H */