Skip to content

Commit

Permalink
R11 versioning stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMagic committed May 20, 2018
1 parent 34e4445 commit 23bd93b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Joystick Gremlin</h1>
<table width="100%">
<tr>
<th width="20%" align="left">Version</th>
<td width="*">Release 10</td>
<td width="*">Release 11</td>
</tr>
</table>

Expand Down
7 changes: 4 additions & 3 deletions generate_wix.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,12 @@ def create_document():
# "Id": "769bf0f8-ba2c-45fb-bc92-d521ed81e721", # 9.0.0
# "Id": "83417e4c-5acc-49fe-9938-0624a681e6e5", # 9.1.0
# "Id": "ce0c7c9f-8bcc-4676-a96b-da602968e85e", # 9.2.0
"Id": "bec63861-eeae-4f75-bb01-3a76cab1c319", # 10.0.0
# "Id": "bec63861-eeae-4f75-bb01-3a76cab1c319", # 10.0.0
"Id": "5598cb71-2825-4a78-8f4b-682aefd14323", # 11.0.0
"UpgradeCode": "0464914b-97da-4889-8699-bcde4e767517",
"Language": "1033",
"Codepage": "1252",
"Version": "10.0.0"
"Version": "11.0.0"
})
mug = create_node("MajorUpgrade",
{
Expand All @@ -240,7 +241,7 @@ def create_document():
{
"Id": "*",
"Keywords": "Installer",
"Description": "Joystick Gremlin R10 Installer",
"Description": "Joystick Gremlin R11 Installer",
"Manufacturer": "H2IK",
"InstallerVersion": "100",
"Languages": "1033",
Expand Down
3 changes: 1 addition & 2 deletions joystick_gremlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
import gremlin.ui.profile_creator
import gremlin.ui.profile_settings


from gremlin.ui.ui_gremlin import Ui_Gremlin


Expand Down Expand Up @@ -1201,7 +1200,7 @@ def configure_logger(config):

logger.debug("-" * 80)
logger.debug(time.strftime("%Y-%m-%d %H:%M"))
logger.debug("Starting Joystick Gremlin R10")
logger.debug("Starting Joystick Gremlin R11")
logger.debug("-" * 80)


Expand Down
Binary file modified wix_data.p
Binary file not shown.

0 comments on commit 23bd93b

Please sign in to comment.