We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9e22a commit 39cc8bbCopy full SHA for 39cc8bb
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.5)
2
project(mintpl
3
- VERSION 3.0.0
+ VERSION 3.0.1
4
DESCRIPTION "Minimal Template Programming Language"
5
)
6
include/mintpl/version.h
@@ -2,7 +2,7 @@
#define MINTPL_VERSION_MAJOR 3
#define MINTPL_VERSION_MINOR 0
-#define MINTPL_VERSION_PATCH 0
+#define MINTPL_VERSION_PATCH 1
7
const char* mtpl_version();
8
0 commit comments