diff --git a/debian/changelog b/debian/changelog index e05164f94..c3daaa802 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ stella (3.9.1-1) stable; urgency=high * Version 3.9.1 release - -- Stephen Anthony Tue, 20 Aug 2013 17:35:44 -0230 + -- Stephen Anthony Wed, 21 Aug 2013 15:47:29 -0230 stella (3.9-1) stable; urgency=high diff --git a/src/common/Version.hxx b/src/common/Version.hxx index 438a56014..6c0a5b1b1 100644 --- a/src/common/Version.hxx +++ b/src/common/Version.hxx @@ -22,7 +22,7 @@ #include -#define STELLA_VERSION "3.9.1_rc1" +#define STELLA_VERSION "3.9.1" #define STELLA_BUILD atoi("$Rev$" + 6) #endif