Skip to content

Commit 2d60d8e

Browse files
committed
version number
1 parent dc0d4b5 commit 2d60d8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.30.0..4.3.0)
22
project(Nostalgia
3-
VERSION 0.18.6
3+
VERSION 0.19.0
44
LANGUAGES CXX C)
55

66
option(BUILD_SHARED_LIBS "Build the shared version of Nostalgia (Linux only)" OFF)

Nostalgia/Nostalgia.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#define __n_make_string(x) __n_make_string_2(x)
66

77
#define NOSTALGIA_VERSION_MAJOR 0
8-
#define NOSTALGIA_VERSION_MINOR 18
9-
#define NOSTALGIA_VERSION_PATCH 6
8+
#define NOSTALGIA_VERSION_MINOR 19
9+
#define NOSTALGIA_VERSION_PATCH 0
1010
#define NOSTALGIA_VERSION_STRING \
1111
__n_make_string(NOSTALGIA_VERSION_MAJOR) "." \
1212
__n_make_string(NOSTALGIA_VERSION_MINOR) "." \

0 commit comments

Comments
 (0)