# HG changeset patch # User Stephan Holl # Date 1317897065 -7200 # Node ID b2df9936d4f85c3c72eaaf7668e2e4ae83777f50 # Parent 75b8b7112dadd745485231f26794dbe64294c371 * doku/source/conf.py, contrib/installer/MXD2map-installer.nsi: Bumped version-number to 1.0 diff -r 75b8b7112dad -r b2df9936d4f8 ChangeLog --- a/ChangeLog Thu Oct 06 10:05:41 2011 +0200 +++ b/ChangeLog Thu Oct 06 12:31:05 2011 +0200 @@ -1,3 +1,8 @@ +2011-10-06 Stephan Holl + + * doku/source/conf.py, contrib/installer/MXD2map-installer.nsi: + Bumped version-number to 1.0 + 2011-09-09 Stephan Holl * website/about-de.htm4, website/about.htm4, diff -r 75b8b7112dad -r b2df9936d4f8 contrib/installer/MXD2map-installer.nsi --- a/contrib/installer/MXD2map-installer.nsi Thu Oct 06 10:05:41 2011 +0200 +++ b/contrib/installer/MXD2map-installer.nsi Thu Oct 06 12:31:05 2011 +0200 @@ -21,7 +21,7 @@ ; Product defines ------------ !define PRODUCT_NAME "MXD2map" -!define PRODUCT_VERSION "0.9" +!define PRODUCT_VERSION "1.0" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\mxd2map" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" diff -r 75b8b7112dad -r b2df9936d4f8 doku/source/conf.py --- a/doku/source/conf.py Thu Oct 06 10:05:41 2011 +0200 +++ b/doku/source/conf.py Thu Oct 06 12:31:05 2011 +0200 @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.9' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.9.0' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.