And work continues in trunk ...

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2998 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2014-09-14 20:25:50 +00:00
parent 9ac1244706
commit 0df666bb6e
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
stella (4.1.1-1) stable; urgency=high
* Version 4.1.1 release
-- Stephen Anthony <stephena@users.sf.net> Sun, 14 Sep 2014 17:42:36 -0230
stella (4.1-1) stable; urgency=high
* Version 4.1 release

View File

@ -22,7 +22,7 @@
#include <cstdlib>
#define STELLA_VERSION "4.1.1"
#define STELLA_VERSION "4.2_pre"
#define STELLA_BUILD atoi("$Rev$" + 6)
#endif