Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorauriamg <auria.mg@gmail.com>2018-07-01 01:38:07 +0300
committerGitHub <noreply@github.com>2018-07-01 01:38:07 +0300
commit3b64f6f518f0206419c300b56de8374d58ea21ba (patch)
treeb446560e2bf00e83f6a606081aae9f676081ce6c
parent27923fbf6d1bc4d18c18e118280c4fe51fc41a80 (diff)
parentafa55b31db8e677cc9a14d9148e85a1024832f48 (diff)
Merge pull request #38 from qwertychouskie/patch-1
Set version to git
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5153d71..6ad704e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -41,7 +41,7 @@ THE SOFTWARE.
*/
-const std::string VERSION = "0.4.1";
+const std::string VERSION = "git";
// FIXME - no memory management is done at all (anyway the program closes immediately so who cares?)