Revision: 18994
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=18994&view=rev
Author: strik
Date: 2008-07-10 12:43:10 -0700 (Thu, 10 Jul 2008)
Log Message:
-----------
2008-07-10 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.25
Modified Paths:
--------------
trunk/vice/ChangeLog
trunk/vice/configure.in
trunk/vice/src/ChangeLog
trunk/vice/src/version.h
Modified: trunk/vice/ChangeLog
===================================================================
--- trunk/vice/ChangeLog 2008-07-10 19:27:27 UTC (rev 18993)
+++ trunk/vice/ChangeLog 2008-07-10 19:43:10 UTC (rev 18994)
@@ -1,3 +1,7 @@
+2008-07-10 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.25
+
2008-07-07 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.24
Modified: trunk/vice/configure.in
===================================================================
--- trunk/vice/configure.in 2008-07-10 19:27:27 UTC (rev 18993)
+++ trunk/vice/configure.in 2008-07-10 19:43:10 UTC (rev 18994)
@@ -9,7 +9,7 @@
VICE_VERSION_MAJOR=1
VICE_VERSION_MINOR=22
-VICE_VERSION_BUILD=24
+VICE_VERSION_BUILD=25
AC_SUBST(VICE_VERSION_MAJOR)
AC_SUBST(VICE_VERSION_MINOR)
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-07-10 19:27:27 UTC (rev 18993)
+++ trunk/vice/src/ChangeLog 2008-07-10 19:43:10 UTC (rev 18994)
@@ -1,5 +1,9 @@
2008-07-10 Spiro Trikaliotis <spi...@gm...>
+ * Version 1.22.25
+
+2008-07-10 Spiro Trikaliotis <spi...@gm...>
+
* c64/reu.c: The status register bits are not reset if a new
transfer starts without reading the status register; however,
the interrupt only occurs if they are set again to new values.
Modified: trunk/vice/src/version.h
===================================================================
--- trunk/vice/src/version.h 2008-07-10 19:27:27 UTC (rev 18993)
+++ trunk/vice/src/version.h 2008-07-10 19:43:10 UTC (rev 18994)
@@ -28,11 +28,11 @@
#define __VERSION_H__
#ifndef VERSION
-#define VERSION "1.22.24"
+#define VERSION "1.22.25"
#endif
#ifndef VERSION_RC_NUMBER
-#define VERSION_RC_NUMBER 1,22,24,0
+#define VERSION_RC_NUMBER 1,22,25,0
#endif
#ifndef PACKAGE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|