diff --git a/NEWS b/NEWS index 6afeb6a25..9e9cf1d86 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ xmms2 news related to releases. History of user visible changes. -Version 0.9.2 DrPong (TODO) +Version 0.9.2 DrPong Configuration changes: diff --git a/wscript b/wscript index b3fd8de61..1b869948a 100644 --- a/wscript +++ b/wscript @@ -20,7 +20,7 @@ from waflib import Configure, Options, Utils, Errors, Logs from waftools.compiler_flags import compiler_flags from waftools import gittools -BASEVERSION="0.9.1 DrPong" +BASEVERSION="0.9.2 DrPong" APPNAME='xmms2' top = '.'