Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edipo2s committed Sep 30, 2018
1 parent 4569037 commit 475004b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LotusTracker.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = LotusTracker
TEMPLATE = app
VERSION = 1.0rc3
VERSION = 1.0.0

CONFIG+=c++11

CONFIG(debug, debug|release)
CONFIG(release, debug|release)

# asmCrashReport - https://github.com/asmaloney/asmCrashReport
include(asmCrashReport.pri)
Expand Down
4 changes: 2 additions & 2 deletions dist/LotusTracker.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
;General

;Name and file
Name "Lotus Tracker 1.0rc3"
OutFile "Lotus Tracker 1.0rc3.exe"
Name "Lotus Tracker 1.0.0"
OutFile "Lotus Tracker 1.0.0.exe"

;Default installation folder
InstallDir "$PROGRAMFILES\Lotus Tracker"
Expand Down
Binary file modified extras/LotusTracker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extras/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 475004b

Please sign in to comment.