Skip to content

Commit 4f44b46

Browse files
committed
Version 3.0.0
1 parent 3a8fd63 commit 4f44b46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(mintpl
3-
VERSION 2.1.2
3+
VERSION 3.0.0
44
DESCRIPTION "Minimal Template Programming Language"
55
)
66

include/mintpl/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22

3-
#define MINTPL_VERSION_MAJOR 2
4-
#define MINTPL_VERSION_MINOR 1
5-
#define MINTPL_VERSION_PATCH 2
3+
#define MINTPL_VERSION_MAJOR 3
4+
#define MINTPL_VERSION_MINOR 0
5+
#define MINTPL_VERSION_PATCH 0
66

77
const char* mtpl_version();
88

0 commit comments

Comments
 (0)