Skip to content

Commit

Permalink
Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed May 18, 2019
1 parent dbd8750 commit 681c83d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 7.6.{build}
version: 7.7.{build}
configuration: Release
platform: Any CPU
environment:
Expand Down
2 changes: 1 addition & 1 deletion gpxsee.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ unix:!macx {
} else {
TARGET = GPXSee
}
VERSION = 7.6
VERSION = 7.7

QT += core \
gui \
Expand Down
2 changes: 1 addition & 1 deletion pkg/gpxsee.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; The name of the installer
Name "GPXSee"
; Program version
!define VERSION "7.6"
!define VERSION "7.7"

; The file to write
OutFile "GPXSee-${VERSION}.exe"
Expand Down
2 changes: 1 addition & 1 deletion pkg/gpxsee64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; The name of the installer
Name "GPXSee"
; Program version
!define VERSION "7.6"
!define VERSION "7.7"

; The file to write
OutFile "GPXSee-${VERSION}_x64.exe"
Expand Down

0 comments on commit 681c83d

Please sign in to comment.