Revision: 18932
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=18932&view=rev
Author: strik
Date: 2008-06-29 12:58:16 -0700 (Sun, 29 Jun 2008)
Log Message:
-----------
2008-06-29 Spiro Trikaliotis <spi...@gm...>
* Version 1.22.21
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-06-29 19:36:45 UTC (rev 18931)
+++ trunk/vice/ChangeLog 2008-06-29 19:58:16 UTC (rev 18932)
@@ -1,3 +1,7 @@
+2008-06-29 Spiro Trikaliotis <spi...@gm...>
+
+ * Version 1.22.21
+
2008-06-28 Spiro Trikaliotis <spi...@gm...>
* data/CBM-II/win_shortcuts.vsc, data/VIC20/win_shortcuts.vsc,
Modified: trunk/vice/configure.in
===================================================================
--- trunk/vice/configure.in 2008-06-29 19:36:45 UTC (rev 18931)
+++ trunk/vice/configure.in 2008-06-29 19:58:16 UTC (rev 18932)
@@ -9,7 +9,7 @@
VICE_VERSION_MAJOR=1
VICE_VERSION_MINOR=22
-VICE_VERSION_BUILD=20
+VICE_VERSION_BUILD=21
AC_SUBST(VICE_VERSION_MAJOR)
AC_SUBST(VICE_VERSION_MINOR)
Modified: trunk/vice/src/ChangeLog
===================================================================
--- trunk/vice/src/ChangeLog 2008-06-29 19:36:45 UTC (rev 18931)
+++ trunk/vice/src/ChangeLog 2008-06-29 19:58:16 UTC (rev 18932)
@@ -1,5 +1,9 @@
2008-06-29 Spiro Trikaliotis <spi...@gm...>
+ * Version 1.22.21
+
+2008-06-29 Spiro Trikaliotis <spi...@gm...>
+
* arch/win32/ui.c: Add copy to clipboard for the text screen.
All emulators which support the monitor "screen" command are
supported, that is: x64, xplus4, xvic, x128 in VIC-II mode.
Modified: trunk/vice/src/version.h
===================================================================
--- trunk/vice/src/version.h 2008-06-29 19:36:45 UTC (rev 18931)
+++ trunk/vice/src/version.h 2008-06-29 19:58:16 UTC (rev 18932)
@@ -28,11 +28,11 @@
#define __VERSION_H__
#ifndef VERSION
-#define VERSION "1.22.20"
+#define VERSION "1.22.21"
#endif
#ifndef VERSION_RC_NUMBER
-#define VERSION_RC_NUMBER 1,22,20,0
+#define VERSION_RC_NUMBER 1,22,21,0
#endif
#ifndef PACKAGE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|