Skip to content

Commit

Permalink
Update version string to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Aug 8, 2014
1 parent f220508 commit 8bdd442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gqrx.pro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ CONFIG(debug, debug|release) {
} else {
DEFINES += QT_NO_DEBUG
DEFINES += QT_NO_DEBUG_OUTPUT
VER = $$system(git describe --abbrev=1)
## VER = $$system(git describe --abbrev=1)
VER = 2.3.1

# Release binaries with gr bundled
# QMAKE_RPATH & co won't work with origin
Expand Down

0 comments on commit 8bdd442

Please sign in to comment.