Bumped version number to 1.5.1

ver1_5_1
Christophe Teyssier 2008-03-08 15:57:52 +00:00
parent 4f9b2404b6
commit dce20390f1
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ dnl Process this file with autoconf to make a configure script
dnl
AC_PREREQ(2.57)
AC_INIT([celestia], [1.5.0], [celestia-developers@lists.sf.net])
AC_INIT([celestia], [1.5.1], [celestia-developers@lists.sf.net])
AC_CONFIG_SRCDIR(acinclude.m4)
dnl The following section confirms that the user provided necessary option

View File

@ -1843,10 +1843,10 @@ END
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,0
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,0,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL

View File

@ -2,7 +2,7 @@
// Microsoft Visual C++ generated include file.
// Used by celestia.rc
//
#define VERSION_STRING "1.5.0"
#define VERSION_STRING "1.5.1"
#define IDR_MENU1 101
#define IDD_ABOUT 102
#define IDI_CELESTIA_ICON 103