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>2022-01-28 10:43:43 +0300
committerSCG82 <scg082+github@gmail.com>2022-01-28 10:43:43 +0300
commita11deb53e4b7f080f0e42df092fefce7ce4c2d33 (patch)
tree8769386e638e8fa3fbf70539c99ffb761bac7110
parent9b3779e040c1436cedb0c75e1702105d94bc8a10 (diff)
Update version to 1.0.41.0.4
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d114875..403aeb4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -41,7 +41,7 @@ THE SOFTWARE.
*/
-const std::string VERSION = "1.0.3";
+const std::string VERSION = "1.0.4";
// FIXME - no memory management is done at all (anyway the program closes immediately so who cares?)