Skip to content
Snippets Groups Projects
Commit bb2c70d2 authored by Dave Page's avatar Dave Page
Browse files

Prep for RC2

git-svn-id: svn://svn.pgadmin.org/trunk@3857 a7884b65-44f6-0310-8a51-81a127f17b15
parent 8bf68883
Branches
Tags REL-1_2_0-RC2
No related merge requests found
AC_PREREQ(2.57)
AC_REVISION($Revision$)
AC_COPYRIGHT(Copyright 2002 - 2004 The pgAdmin Development Team)
AC_INIT(pgadmin3, 1.2.0-post-rc1, pgadmin-support@postgresql.org)
AC_INIT(pgadmin3, 1.2.0rc2, pgadmin-support@postgresql.org)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR([src/pgAdmin3.cpp])
AM_CONFIG_HEADER([config.h])
......
No preview for this file type
No preview for this file type
......@@ -11,9 +11,9 @@
// Application Versions
#define VERSION_STR wxT("1.2.0 post-RC1")
#define VERSION_STR wxT("1.2.0 RC2")
#define VERSION_NUM 1,2,0,99
#define VERSION_PACKAGE 1.2.0-post-rc1
#define VERSION_PACKAGE 1.2.0rc2
#define PRERELEASE 1
// #define BUILD "..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment