We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0d4b5 commit 2d60d8eCopy full SHA for 2d60d8e
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.18.6
+ VERSION 0.19.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 18
9
-#define NOSTALGIA_VERSION_PATCH 6
+#define NOSTALGIA_VERSION_MINOR 19
+#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