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 beta 3 tomorrow
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/trunk@4568 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Oct 18, 2005
1 parent ad970ab commit cb3722b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.57)
AC_REVISION($Revision$)
AC_COPYRIGHT(Copyright 2002 - 2004 The pgAdmin Development Team)
AC_INIT(pgadmin3, 1.4.0-beta2, pgadmin-support@postgresql.org)
AC_INIT(pgadmin3, 1.4.0-beta3, pgadmin-support@postgresql.org)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR([src/pgAdmin3.cpp])
AM_CONFIG_HEADER([config.h])
Expand Down
4 changes: 2 additions & 2 deletions src/include/version.h
Expand Up @@ -11,9 +11,9 @@


// Application Versions
#define VERSION_STR wxT("1.4.0 post-Beta 2")
#define VERSION_STR wxT("1.4.0 Beta 3")
#define VERSION_NUM 1,4,0,0
#define VERSION_PACKAGE 1.4.0-beta2
#define VERSION_PACKAGE 1.4.0-beta3

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

0 comments on commit cb3722b

Please sign in to comment.