From 3a3393e03a09a7baf929b33cb1d25fd8a2a7cfc8 Mon Sep 17 00:00:00 2001 From: Jose Manuel Delicado Date: Sun, 2 Oct 2016 15:14:32 +0200 Subject: [PATCH] Increased version number to 0.86 --- README.md | 2 +- doc/application.py | 2 +- mysc/pa.c format/App/AppInfo/appinfo.ini | 4 ++-- scripts/twblue.nsi | 10 +++++----- src/application.py | 2 +- updates/stable.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fb852420..f2a3371a 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ setuptools installs a script, called easy_install. You can find it in the python easy_install will automatically get the additional libraries that these packages need to work properly. Run the following command to quickly install and upgrade all packages and their dependencies: -easy_install -Z --upgrade six configobj goslate markdown future suds requests oauthlib requests-oauthlib requests-toolbelt pypubsub pygeocoder arrow==0.6 python-dateutil futures markdown microsofttranslator winpaths +easy_install -Z --upgrade six configobj goslate markdown future suds requests oauthlib requests-oauthlib requests-toolbelt pypubsub pygeocoder arrow==0.6 python-dateutil futures microsofttranslator winpaths #### Other dependencies diff --git a/doc/application.py b/doc/application.py index ff33ac83..600c7472 100644 --- a/doc/application.py +++ b/doc/application.py @@ -2,7 +2,7 @@ name = 'TWBlue' snapshot = False if snapshot == False: - version = "0.85" + version = "0.86" update_url = 'http://twblue.es/updates/twblue_ngen.json' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json' else: diff --git a/mysc/pa.c format/App/AppInfo/appinfo.ini b/mysc/pa.c format/App/AppInfo/appinfo.ini index 059b90ff..30f40b75 100644 --- a/mysc/pa.c format/App/AppInfo/appinfo.ini +++ b/mysc/pa.c format/App/AppInfo/appinfo.ini @@ -20,8 +20,8 @@ CommercialUse=true EULAVersion=2 [Version] -PackageVersion=0.85.0.0 -DisplayVersion=0.85 +PackageVersion=0.86.0.0 +DisplayVersion=0.86 [Control] Icons=1 diff --git a/scripts/twblue.nsi b/scripts/twblue.nsi index 4368a006..7f87951e 100644 --- a/scripts/twblue.nsi +++ b/scripts/twblue.nsi @@ -13,9 +13,9 @@ SetCompressor /solid lzma SetDatablockOptimize on VIAddVersionKey ProductName "TWBlue" VIAddVersionKey LegalCopyright "Copyright 2016 Manuel Cortéz." -VIAddVersionKey ProductVersion "0.85" -VIAddVersionKey FileVersion "0.85" -VIProductVersion "0.85.0.0" +VIAddVersionKey ProductVersion "0.86" +VIAddVersionKey FileVersion "0.86" +VIProductVersion "0.86.0.0" !insertmacro MUI_PAGE_WELCOME !define MUI_LICENSEPAGE_RADIOBUTTONS !insertmacro MUI_PAGE_LICENSE "license.txt" @@ -69,10 +69,10 @@ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "D WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "UninstallString" '"$INSTDIR\uninstall.exe"' WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall" "InstallLocation" $INSTDIR WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall" "Publisher" "Manuel Cortéz" -WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "DisplayVersion" "0.85" +WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "DisplayVersion" "0.86" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "URLInfoAbout" "http://twblue.es" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "VersionMajor" 0 -WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "VersionMinor" 85 +WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "VersionMinor" 86 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "NoModify" 1 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "NoRepair" 1 SectionEnd diff --git a/src/application.py b/src/application.py index ff33ac83..600c7472 100644 --- a/src/application.py +++ b/src/application.py @@ -2,7 +2,7 @@ name = 'TWBlue' snapshot = False if snapshot == False: - version = "0.85" + version = "0.86" update_url = 'http://twblue.es/updates/twblue_ngen.json' mirror_update_url = 'https://raw.githubusercontent.com/manuelcortez/TWBlue/next-gen/updates/stable.json' else: diff --git a/updates/stable.json b/updates/stable.json index bd28b00b..6c1664f2 100644 --- a/updates/stable.json +++ b/updates/stable.json @@ -1,4 +1,4 @@ -{"current_version": "0.85", +{"current_version": "0.86", "description": "The first version for the new generation of TWBlue.", "downloads": {"Windows32": "http://twblue.es/pubs/twblue_ngen_0.80_x86.zip",