Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Voker57 committed Feb 4, 2011
1 parent a2ffb2c commit fc6d1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -14,7 +14,7 @@ if(NOT DEFINED VERSION)
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if(NOT VERSION)
set(VERSION 1.2)
set(VERSION 1.2.1)
endif()
message (STATUS "Current version: ${VERSION}")
endif()
Expand Down
2 changes: 1 addition & 1 deletion qmpdclient.pro
Expand Up @@ -11,7 +11,7 @@ QMAKE_LFLAGS_RELEASE += -O2 -g0 -s
# CONFIG -= debug # Needed to avoid console on win32
TEMPLATE = app
RESOURCES = qmpdclient.qrc
VERSION = 1.2
VERSION = 1.2.1
DEFINES += NAMEVER='"\\"QMPDClient \
$$VERSION\\""'
DEFINES += VERSION='"\\"$$VERSION\\""'
Expand Down

0 comments on commit fc6d1e8

Please sign in to comment.