Skip to content

Commit

Permalink
Set release to v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dade916 committed Sep 1, 2015
1 parent dc15fbc commit 7bd577a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
###########################################################################

set(LUXMARK_VERSION_MAJOR 3)
set(LUXMARK_VERSION_MINOR 1beta3)
set(LUXMARK_VERSION_MINOR 1)

FIND_PACKAGE(Qt4 4.6.0 COMPONENTS QtCore QtGui QtNetwork QtMain)
IF(QT4_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion src/luxmarkcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
// The configured options and settings for LuxMark

#define LUXMARK_VERSION_MAJOR "3"
#define LUXMARK_VERSION_MINOR "1beta3"
#define LUXMARK_VERSION_MINOR "1"

#endif /* _LUXMARK_CFG_H */
4 changes: 2 additions & 2 deletions src/osx-bundle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.1beta3</string>
<string>3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.1beta3</string>
<string>3.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>DTCompiler</key>
Expand Down

0 comments on commit 7bd577a

Please sign in to comment.