Skip to content

Commit

Permalink
Turning off ANGLE. Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zcobell committed Feb 7, 2019
1 parent e70546b commit d15a0c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global.pri
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
#-----------------------------------------------------------------------#
# Library version
VERSION=4.0.0
VERSION=4.2.0

# If there is no version tag in git this one will be used
MOV_VERSION = \"unversioned\"
Expand Down
8 changes: 4 additions & 4 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
#define VERSION_H
#include <string>

#define VER_FILEVERSION 4.0.0
#define VER_FILEVERSION_STR "v4.0.0"
#define VER_FILEVERSION 4.2.0
#define VER_FILEVERSION_STR "v4.2.0"

#define VER_PRODUCTVERSION 4.0.0
#define VER_PRODUCTVERSION_STR "v4.0.0"
#define VER_PRODUCTVERSION 4.2.0
#define VER_PRODUCTVERSION_STR "v4.2.0"

static std::string metoceanVersion() {
if (std::string(GIT_VERSION) == std::string("unversioned")) {
Expand Down

0 comments on commit d15a0c6

Please sign in to comment.