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

Commit

Permalink
bump version number for release
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/trunk@7845 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed May 5, 2009
1 parent 01821e7 commit 7a46690
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.10.0 Beta 2")
#define VERSION_NUM 1,10,0,2
#define VERSION_PACKAGE 1.10.0-beta2
#define VERSION_STR wxT("1.10.0 Beta 3")
#define VERSION_NUM 1,10,0,3
#define VERSION_PACKAGE 1.10.0-beta3

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

0 comments on commit 7a46690

Please sign in to comment.