From e088330dea4acaf240d5bd82d731284e8dc14619 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 29 Sep 2003 19:35:23 +0000 Subject: [PATCH] version number update Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1273 --- VERSION | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f2c6f753..08072c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.58 +0.60 diff --git a/configure.in b/configure.in index d1bea377..305dc4c5 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Init. -AC_INIT(dosbox,0.58) +AC_INIT(dosbox,0.60) AC_PREREQ(2.50) AC_CONFIG_SRCDIR(README)