Skip to content

Commit

Permalink
Preparing version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DiscowZombie committed May 11, 2018
1 parent 7fb7da1 commit b3fc3cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 46 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jeu_python/test.py
jeu_python/dist/
jeu_python/build/
jeu_python/buildWin64.spec
jeu_python/buildWin32.spec

# Configurations
serveur_web/config/config.json
Expand Down
39 changes: 0 additions & 39 deletions jeu_python/buildWin32.spec

This file was deleted.

14 changes: 7 additions & 7 deletions jeu_python/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ VSVersionInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
# 0: pre-release, 1: release | 0: beta, 1: stable | version information
filevers=(1, 1, 1, 0),
prodvers=(1, 1, 1, 0),
filevers=(1, 1, 1, 1),
prodvers=(1, 1, 1, 1),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -30,13 +30,13 @@ VSVersionInfo(
[
StringTable(
u'000004b0',
[StringStruct(u'FileDescription', u'Mad Runner - Projet ISN'),
StringStruct(u'FileVersion', u'1.0'),
StringStruct(u'InternalName', u'Mad Runner 1.0'),
[StringStruct(u'FileDescription', u'Mad Runner - ISN Project'),
StringStruct(u'FileVersion', u'1.1'),
StringStruct(u'InternalName', u'Mad Runner 1.1'),
StringStruct(u'LegalCopyright', u'Licenced under the GNU GPL version 3. Copyright (C) 2018 Ahmet ADAM, Mathéo CIMBARO'),
StringStruct(u'OriginalFilename', u'Mad Runner 1.0'),
StringStruct(u'OriginalFilename', u'Mad Runner 1.1'),
StringStruct(u'ProductName', u'Mad Runner'),
StringStruct(u'ProductVersion', u'1.0')])
StringStruct(u'ProductVersion', u'1.1')])
]),
VarFileInfo([VarStruct(u'Translation', [0, 1200])])
]
Expand Down

0 comments on commit b3fc3cc

Please sign in to comment.