We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a24453 commit 0d46c87Copy full SHA for 0d46c87
2 files changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.30.0..4.3.0)
2
project(Nostalgia
3
- VERSION 0.11.3
+ VERSION 0.12.0
4
LANGUAGES CXX C)
5
6
option(BUILD_SHARED_LIBS "Build the shared version of Nostalgia (Linux only)" OFF)
Nostalgia/Nostalgia.hpp
@@ -5,8 +5,8 @@
#define __n_make_string(x) __n_make_string_2(x)
7
#define NOSTALGIA_VERSION_MAJOR 0
8
-#define NOSTALGIA_VERSION_MINOR 11
9
-#define NOSTALGIA_VERSION_PATCH 3
+#define NOSTALGIA_VERSION_MINOR 12
+#define NOSTALGIA_VERSION_PATCH 0
10
#define NOSTALGIA_VERSION_STRING \
11
__n_make_string(NOSTALGIA_VERSION_MAJOR) "." \
12
__n_make_string(NOSTALGIA_VERSION_MINOR) "." \
0 commit comments