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:
authorSCG82 <scg082+github@gmail.com>2021-04-23 01:44:46 +0300
committerSCG82 <scg082+github@gmail.com>2021-04-23 01:44:46 +0300
commit886b02b372e66e79ade5107aa0fdd359546c16b1 (patch)
tree4544a845199a8113e162333db799aba80bb1d914
parent8b7a98beb2d2b38d8dd71cf8558856d27d627a48 (diff)
Set version to 1.0.01.0.0
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0c2e9ca..f045406 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -41,7 +41,7 @@ THE SOFTWARE.
*/
-const std::string VERSION = "git";
+const std::string VERSION = "1.0.0";
// FIXME - no memory management is done at all (anyway the program closes immediately so who cares?)