Skip to content

Commit

Permalink
Merge pull request #36 from Asher-1/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Asher-1 authored Dec 16, 2020
2 parents 4dd0887 + 42e3e7f commit ac21c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/CVAppCommon/include/CommonSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace Settings {
static const char * CODING = "UTF8";

// application information
static const QString APP_VERSION = "v3.7.0";
static const QString APP_VERSION = "v3.8.0";
static const QString TITLE = QObject::tr("ErowCloudViewer");
static const QString APP_TITLE = TITLE + " " + versionLongStr(true, APP_VERSION);

Expand Down
2 changes: 1 addition & 1 deletion libs/OpenGLEngine/version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CLOUDVIEWER_VERSION_MAJOR 0
CLOUDVIEWER_VERSION_MINOR 3
CLOUDVIEWER_VERSION_PATCH 7
CLOUDVIEWER_VERSION_PATCH 8

0 comments on commit ac21c95

Please sign in to comment.