From 260fd8e719bf43a7d3aa1644ecc377716d45931f Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 22 Feb 2007 08:49:36 +0000 Subject: [PATCH] We are on release candidate 3. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2822 --- NEWS | 2 +- VERSION | 2 +- configure.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a8d255f3..db8d856e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.66rc1 +0.66rc3 - todo 0.65 - Fixed FAT writing. diff --git a/VERSION b/VERSION index 4a1a5e6f..069e28e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.66rc1 +0.66rc3 diff --git a/configure.in b/configure.in index bcb1bb18..d76b6228 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Init. -AC_INIT(dosbox,0.66rc1) +AC_INIT(dosbox,0.66rc3) AC_PREREQ(2.50) AC_CONFIG_SRCDIR(README)