From d72bdeb7b1f97a62fb9a557f0ed9b8ff9bfcf5be Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Wed, 23 May 2001 08:22:23 +0000 Subject: [PATCH] - leave version number unspecified until we are really building a particular release. --- bochs/Makefile.in | 6 +++--- bochs/bxversion.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bochs/Makefile.in b/bochs/Makefile.in index b6c667e5d..97d2ff87d 100644 --- a/bochs/Makefile.in +++ b/bochs/Makefile.in @@ -20,9 +20,9 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -VERSION=1.2 -VER_STRING=1.2-pre1 -REL_STRING=Tue May 22 23:57:25 EDT 2001 +VERSION=1.1.x +VER_STRING=cvs-snapshot +REL_STRING= PREFIX=/usr/local/bochs BINPATH=/usr/local/bin INSTALL_LIST=bios/BIOS-* CHANGES.txt COPYING README bios/VGABIOS* diff --git a/bochs/bxversion.h b/bochs/bxversion.h index b1a5ee2d8..384ddb3e7 100644 --- a/bochs/bxversion.h +++ b/bochs/bxversion.h @@ -1,3 +1,3 @@ // This file is generated by "make bxversion.h" -#define VER_STRING "1.2-pre1" -#define REL_STRING "Tue May 22 23:57:25 EDT 2001" +#define VER_STRING "cvs-snapshot" +#define REL_STRING ""