Skip to content

Commit 46d5a62

Browse files
committed
Set version number to 1.0 in main.py and InstallerPyPlane.nsi
1 parent 6006416 commit 46d5a62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

InstallerPyPlane.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ FunctionEnd
4848
RequestExecutionLevel user
4949

5050
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
51-
OutFile "windows\build\PyPlane_Setup.exe"
51+
OutFile "windows\build\PyPlane_${PRODUCT_VERSION}_Setup.exe"
5252
InstallDir "$DESKTOP\PyPlane"
5353
ShowInstDetails show
5454

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class MainApp(PyplaneMainWindow):
4949
"""
5050

5151
__PYPLANE_VERSION = "1.0"
52-
__PYPLANE_DATE = "29.07.2015"
52+
__PYPLANE_DATE = "31.07.2015"
5353

5454
def __init__(self):
5555
# superclass constructor

0 commit comments

Comments
 (0)