From 0df666bb6e83ab6985bf706555f9ee6fd5121962 Mon Sep 17 00:00:00 2001 From: stephena Date: Sun, 14 Sep 2014 20:25:50 +0000 Subject: [PATCH] And work continues in trunk ... git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2998 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- debian/changelog | 7 +++++++ src/common/Version.hxx | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9b442480b..b22f09ed3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stella (4.1.1-1) stable; urgency=high + + * Version 4.1.1 release + + -- Stephen Anthony Sun, 14 Sep 2014 17:42:36 -0230 + + stella (4.1-1) stable; urgency=high * Version 4.1 release diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 0266db393..45dbb0c9f 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "4.1.1" +#define STELLA_VERSION "4.2_pre" #define STELLA_BUILD atoi("$Rev$" + 6) #endif