Skip to content

Commit d2791af

Browse files
committed
Version 3.3.2
1 parent 9cd9c49 commit d2791af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 3.3.1
3+
VERSION 3.3.2
44
DESCRIPTION "Minimal Template Programming Language"
55
)
66

include/mintpl/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define MINTPL_VERSION_MAJOR 3
44
#define MINTPL_VERSION_MINOR 3
5-
#define MINTPL_VERSION_PATCH 1
5+
#define MINTPL_VERSION_PATCH 2
66

77
const char* mtpl_version();
88

0 commit comments

Comments
 (0)