Skip to content

Commit

Permalink
Merge pull request #187 from reupen/set-version-1.1.0-beta.1
Browse files Browse the repository at this point in the history
Set version to 1.1.0-beta.1
  • Loading branch information
reupen authored Jul 13, 2019
2 parents d1fba6a + 58376c9 commit 1ae131e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foo_ui_columns/version.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "stdafx.h"

#define VERSION "1.1.0-dev"
#define VERSION "1.1.0-beta.1"

#ifndef __clang__
#define DATE ", Date "__DATE__
Expand All @@ -16,7 +16,7 @@ DECLARE_COMPONENT_VERSION("Columns UI",

"Columns UI\n"
"Version " VERSION DATE "\n"
"Copyright (C) 2003-2018 musicmusic and contributors\n"
"Copyright (C) 2003-2019 musicmusic and contributors\n"
"Current version at: yuo.be\n\n"

"Columns UI SDK version: " UI_EXTENSION_VERSION
Expand Down

0 comments on commit 1ae131e

Please sign in to comment.