Skip to content

Commit 79f5a5b

Browse files
committed
version number
1 parent 5238cbe commit 79f5a5b

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.7.0
3+
VERSION 0.8.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define __n_make_string(x) __n_make_string_2(x)
66

77
#define NOSTALGIA_VERSION_MAJOR 0
8-
#define NOSTALGIA_VERSION_MINOR 7
8+
#define NOSTALGIA_VERSION_MINOR 8
99
#define NOSTALGIA_VERSION_PATCH 0
1010
#define NOSTALGIA_VERSION_STRING \
1111
__n_make_string(NOSTALGIA_VERSION_MAJOR) "." \

0 commit comments

Comments
 (0)