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

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Sep 16, 2010
1 parent af73988 commit 2cc4914
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pgadmin/include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
#define VERSION_H

// Application Versions
#define VERSION_STR wxT("1.12.0 RC1")
#define VERSION_NUM 1,12,0,5
#define VERSION_PACKAGE 1.12.0-rc1
#define VERSION_STR wxT("1.12.0")
#define VERSION_NUM 1,12,0,99
#define VERSION_PACKAGE 1.12.0

#define PRERELEASE 1
#define PRERELEASE 0
// #define BUILD "..."

#ifdef RC_INVOKED
Expand Down

0 comments on commit 2cc4914

Please sign in to comment.