Remaining references to V2.2 changed (XXX needs to be factored out)

This commit is contained in:
gbeauche 2005-11-30 00:02:25 +00:00
parent f8fd76ba35
commit 34b8843a1c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl Written in 2002 by Christian Bauer
AC_INIT([SheepShaver], 2.2, [Christian.Bauer@uni-mainz.de], SheepShaver)
AC_INIT([SheepShaver], 2.3, [Christian.Bauer@uni-mainz.de], SheepShaver)
AC_CONFIG_SRCDIR(main_unix.cpp)
AC_PREREQ(2.52)
AC_CONFIG_HEADER(config.h)

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl Written in 2002 by Christian Bauer
AC_INIT([SheepShaver], 2.2, [Christian.Bauer@uni-mainz.de], SheepShaver)
AC_INIT([SheepShaver], 2.3, [Christian.Bauer@uni-mainz.de], SheepShaver)
AC_CONFIG_SRCDIR(main_windows.cpp)
AC_CONFIG_AUX_DIR(../Unix)
AC_PREREQ(2.52)