Skip to content

Commit 0e53d59

Browse files
committed
Bump version to v1.1.1.
1 parent f6b3c6b commit 0e53d59

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.16.3)
22

3-
project(clownassembler VERSION 1.1 LANGUAGES C)
3+
project(clownassembler VERSION 1.1.1 LANGUAGES C)
44

55
# Core
66
add_library(clownassembler_core STATIC

semantic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern "C" {
3131
#include "io.h"
3232
#include "options.h"
3333

34-
#define CLOWNASSEMBLER_VERSION_STRING "ClownAssembler v1.1"
34+
#define CLOWNASSEMBLER_VERSION_STRING "ClownAssembler v1.1.1"
3535

3636
typedef Options ClownAssembler_Settings;
3737

0 commit comments

Comments
 (0)