From 8b4f16ef84b185df7a046fe2661e147582b9485b Mon Sep 17 00:00:00 2001 From: Jose Manuel Delicado Date: Mon, 28 Mar 2016 13:16:25 +0200 Subject: [PATCH] Updated version to 0.82. Stable.json: updated version to 0.81 --- mysc/pa.c format/App/AppInfo/appinfo.ini | 4 ++-- scripts/twblue.nsi | 4 ++-- src/application.py | 2 +- updates/stable.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mysc/pa.c format/App/AppInfo/appinfo.ini b/mysc/pa.c format/App/AppInfo/appinfo.ini index a828c779..548c298f 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.80.0.0 -DisplayVersion=0.80 +PackageVersion=0.82.0.0 +DisplayVersion=0.82 [Control] Icons=1 diff --git a/scripts/twblue.nsi b/scripts/twblue.nsi index f2b31df7..ed6a871d 100644 --- a/scripts/twblue.nsi +++ b/scripts/twblue.nsi @@ -13,7 +13,7 @@ SetCompressor /solid lzma SetDatablockOptimize on VIAddVersionKey ProductName "TWBlue" VIAddVersionKey LegalCopyright "Copyright 2016 Manuel Cortéz." -VIAddVersionKey ProductVersion "0.81" +VIAddVersionKey ProductVersion "0.82" VIAddVersionKey FileVersion "0.81" VIProductVersion "0.81.0.0" !insertmacro MUI_PAGE_WELCOME @@ -69,7 +69,7 @@ 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.80" +WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\twblue" "DisplayVersion" "0.82" 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" 80 diff --git a/src/application.py b/src/application.py index 07f393f3..54db846e 100644 --- a/src/application.py +++ b/src/application.py @@ -2,7 +2,7 @@ name = 'TWBlue' snapshot = False if snapshot == False: - version = "0.81" + version = "0.82" 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 179f5017..dff9f8a4 100644 --- a/updates/stable.json +++ b/updates/stable.json @@ -1,4 +1,4 @@ -{"current_version": "0.80", +{"current_version": "0.81", "description": "The first version for the new generation of TWBlue.", "downloads": {"Windows32": "http://twblue.es/pubs/twblue_ngen_0.80_x86.zip",