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 3a8fd63 commit 4f44b46Copy full SHA for 4f44b46
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.5)
2
project(mintpl
3
- VERSION 2.1.2
+ VERSION 3.0.0
4
DESCRIPTION "Minimal Template Programming Language"
5
)
6
include/mintpl/version.h
@@ -1,8 +1,8 @@
#pragma once
-#define MINTPL_VERSION_MAJOR 2
-#define MINTPL_VERSION_MINOR 1
-#define MINTPL_VERSION_PATCH 2
+#define MINTPL_VERSION_MAJOR 3
+#define MINTPL_VERSION_MINOR 0
+#define MINTPL_VERSION_PATCH 0
7
const char* mtpl_version();
8
0 commit comments