Skip to content

Commit 2b1b1db

Browse files
committed
version number
1 parent a0551b0 commit 2b1b1db

2 files changed

Lines changed: 2 additions & 2 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.2
3+
VERSION 0.18.3
44
LANGUAGES CXX C)
55

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

Nostalgia/Nostalgia.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define NOSTALGIA_VERSION_MAJOR 0
88
#define NOSTALGIA_VERSION_MINOR 18
9-
#define NOSTALGIA_VERSION_PATCH 2
9+
#define NOSTALGIA_VERSION_PATCH 3
1010
#define NOSTALGIA_VERSION_STRING \
1111
__n_make_string(NOSTALGIA_VERSION_MAJOR) "." \
1212
__n_make_string(NOSTALGIA_VERSION_MINOR) "." \

0 commit comments

Comments
 (0)