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