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:
authorauria.mg <auria.mg@gmail.com>2019-06-27 02:46:37 +0300
committerauria.mg <auria.mg@gmail.com>2019-06-27 02:46:37 +0300
commit9704807b7159643c0531d24e03776cd3bb5e9845 (patch)
tree00bf84af46da9593e856aed9c4c6a9a58f626afb
parentce13cb585ead5237813b85e68fe530f085fc0a9e (diff)
Version 0.4.50.4.5-release0.4.5
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6ad704e..af4619e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -41,7 +41,7 @@ THE SOFTWARE.
*/
-const std::string VERSION = "git";
+const std::string VERSION = "0.4.5";
// FIXME - no memory management is done at all (anyway the program closes immediately so who cares?)