We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9413b7a commit 4c2c92bCopy full SHA for 4c2c92b
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.2.0
+ VERSION 0.5.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 2
+#define NOSTALGIA_VERSION_MINOR 5
9
#define NOSTALGIA_VERSION_PATCH 0
10
#define NOSTALGIA_VERSION_STRING \
11
__n_make_string(NOSTALGIA_VERSION_MAJOR) "." \
0 commit comments