after 2.4.5 release
This commit is contained in:
parent
18d8aba822
commit
f2177071e2
25329
bochs/configure
vendored
25329
bochs/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -2,19 +2,19 @@ dnl // Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(bochs.h)
|
||||
AC_REVISION([[$Id: configure.in,v 1.437 2010-04-25 07:57:19 vruppert Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.438 2010-04-29 19:22:02 sshwarts Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
dnl // Put Bochs version information right here so that it gets substituted
|
||||
dnl // into all the right places.
|
||||
VERSION="2.4.5"
|
||||
VER_STRING="2.4.5"
|
||||
VERSION="2.4.5.cvs"
|
||||
VER_STRING="2.4.5.cvs"
|
||||
dnl // WIN_VER_STRING format is "a, b, c, d"
|
||||
dnl // c should be > 90 for pre-release of next version otherwise patch level
|
||||
dnl // d should be 0 for release and 1 for cvs version
|
||||
WIN_VER_STRING="2, 4, 5, 0"
|
||||
REL_STRING="Build from CVS snapshot, on April 25, 2010"
|
||||
WIN_VER_STRING="2, 4, 5, 1"
|
||||
REL_STRING="Build from CVS snapshot, after release 2.4.5"
|
||||
|
||||
changequote(<<, >>)
|
||||
changequote([, ])
|
||||
|
Loading…
x
Reference in New Issue
Block a user