Changeset 683

Show
Ignore:
Timestamp:
17/08/08 23:58:55 (3 months ago)
Author:
ono
Message:

Bump minor revision to 2.2.

Location:
trunk/win32/include
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/win32/include/config.h

    r676 r683  
    521521 
    522522/* Define to the full name and version of this package. */ 
    523 #define PACKAGE_STRING "jabberd 2.1SVN" 
     523#define PACKAGE_STRING "jabberd 2.2SVN" 
    524524 
    525525/* Define to the one symbol short name of this package. */ 
     
    527527 
    528528/* Define to the version of this package. */ 
    529 #define PACKAGE_VERSION "2.1SVN" 
     529#define PACKAGE_VERSION "2.2SVN" 
    530530 
    531531/* Define to 1 if you want to enable memory pool statistics. */ 
  • trunk/win32/include/version.h.in

    r665 r683  
    11#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$ 
    44#define SVN_URL         "$WCURL$" 
  • trunk/win32/include/version.wxi.in

    r665 r683  
    22<Include Id="VersionInclude"> 
    33        <?define ProductRevision = "$WCREV$" ?> 
    4         <?define ProductVersion = "2.1svn$WCREV$" ?> 
     4        <?define ProductVersion = "2.2svn$WCREV$" ?> 
    55        <?define ProductFileVersion = "1.0.$WCREV$" ?> 
    66        <?define ProductURL = "$WCURL$" ?>