change version str

git-svn: trunk@3695
remotes/push_mirror/metadata
Tomasz Kojm 17 years ago
parent ea1142085c
commit bd0d3efbd2
  1. 2
      configure
  2. 4
      configure.in

2
configure vendored

@ -2783,7 +2783,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
VERSION="0.93rc1"
VERSION="devel-`date +%Y%m%d`"
cat >>confdefs.h <<_ACEOF
#define VERSION "$VERSION"

@ -40,8 +40,8 @@ dnl the date in the version
AC_DEFINE([PACKAGE], PACKAGE_NAME, [Name of package])
dnl change this on a release
dnl VERSION="devel-`date +%Y%m%d`"
VERSION="0.93rc1"
VERSION="devel-`date +%Y%m%d`"
dnl VERSION="0.93rc1"
AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
LC_CURRENT=4

Loading…
Cancel
Save