Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Apr 14, 2011
1 parent 24c1e87 commit 0aa51f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pgadmin/include/version.h
Expand Up @@ -13,9 +13,9 @@
#define VERSION_H

// Application Versions
#define VERSION_STR wxT("1.12.2")
#define VERSION_NUM 1,12,2,99
#define VERSION_PACKAGE 1.12.2
#define VERSION_STR wxT("1.12.3")
#define VERSION_NUM 1,12,3,99
#define VERSION_PACKAGE 1.12.3

#define PRERELEASE 0
// #define BUILD "..."
Expand Down

0 comments on commit 0aa51f7

Please sign in to comment.