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 f6b3c6b commit 0e53d59Copy full SHA for 0e53d59
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.16.3)
2
3
-project(clownassembler VERSION 1.1 LANGUAGES C)
+project(clownassembler VERSION 1.1.1 LANGUAGES C)
4
5
# Core
6
add_library(clownassembler_core STATIC
semantic.h
@@ -31,7 +31,7 @@ extern "C" {
31
#include "io.h"
32
#include "options.h"
33
34
-#define CLOWNASSEMBLER_VERSION_STRING "ClownAssembler v1.1"
+#define CLOWNASSEMBLER_VERSION_STRING "ClownAssembler v1.1.1"
35
36
typedef Options ClownAssembler_Settings;
37
0 commit comments