Skip to content

Commit

Permalink
Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Nov 23, 2023
1 parent 312231b commit e504de3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 13.11.{build}
version: 13.12.{build}

configuration:
- Release
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:!android {
} else {
TARGET = GPXSee
}
VERSION = 13.11
VERSION = 13.12


QT += core \
Expand Down
2 changes: 1 addition & 1 deletion pkg/windows/gpxsee64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Unicode true
; The name of the installer
Name "GPXSee"
; Program version
!define VERSION "13.11"
!define VERSION "13.12"

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

0 comments on commit e504de3

Please sign in to comment.