Changeset 683
- Timestamp:
- 17/08/08 23:58:55 (3 months ago)
- Location:
- trunk/win32/include
- Files:
-
- 3 modified
-
config.h (modified) (2 diffs)
-
version.h.in (modified) (1 diff)
-
version.wxi.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/win32/include/config.h
r676 r683 521 521 522 522 /* Define to the full name and version of this package. */ 523 #define PACKAGE_STRING "jabberd 2. 1SVN"523 #define PACKAGE_STRING "jabberd 2.2SVN" 524 524 525 525 /* Define to the one symbol short name of this package. */ … … 527 527 528 528 /* Define to the version of this package. */ 529 #define PACKAGE_VERSION "2. 1SVN"529 #define PACKAGE_VERSION "2.2SVN" 530 530 531 531 /* Define to 1 if you want to enable memory pool statistics. */ -
trunk/win32/include/version.h.in
r665 r683 1 1 #define SVN_REVISION $WCREV$ 2 #define SVN_VERSION "2. 1svn$WCREV$"3 #define SVN_FILEVERSION 2, 1,0,$WCREV$2 #define SVN_VERSION "2.2svn$WCREV$" 3 #define SVN_FILEVERSION 2,2,0,$WCREV$ 4 4 #define SVN_URL "$WCURL$" -
trunk/win32/include/version.wxi.in
r665 r683 2 2 <Include Id="VersionInclude"> 3 3 <?define ProductRevision = "$WCREV$" ?> 4 <?define ProductVersion = "2. 1svn$WCREV$" ?>4 <?define ProductVersion = "2.2svn$WCREV$" ?> 5 5 <?define ProductFileVersion = "1.0.$WCREV$" ?> 6 6 <?define ProductURL = "$WCURL$" ?>
