We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5238cbe commit 79f5a5bCopy full SHA for 79f5a5b
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.7.0
+ VERSION 0.8.0
4
LANGUAGES CXX C)
5
6
option(BUILD_SHARED_LIBS "Build the shared version of Nostalgia (Linux only)" OFF)
Nostalgia/Nostalgia.hpp
@@ -5,7 +5,7 @@
#define __n_make_string(x) __n_make_string_2(x)
7
#define NOSTALGIA_VERSION_MAJOR 0
8
-#define NOSTALGIA_VERSION_MINOR 7
+#define NOSTALGIA_VERSION_MINOR 8
9
#define NOSTALGIA_VERSION_PATCH 0
10
#define NOSTALGIA_VERSION_STRING \
11
__n_make_string(NOSTALGIA_VERSION_MAJOR) "." \
0 commit comments