Skip to content

Commit 2bd0467

Browse files
committed
Release v0.2.3
1 parent 6dee0b8 commit 2bd0467

3 files changed

Lines changed: 4 additions & 4 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.15)
22

3-
project(oshot VERSION 0.2.2 LANGUAGES C CXX)
3+
project(oshot VERSION 0.2.3 LANGUAGES C CXX)
44

55
set(CMAKE_CXX_STANDARD 20)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ endif
6060

6161
NAME = oshot
6262
TARGET ?= $(NAME)
63-
OLDVERSION = 0.2.1
64-
VERSION = 0.2.2
63+
OLDVERSION = 0.2.2
64+
VERSION = 0.2.3
6565
SRC = $(wildcard src/*.cpp)
6666
OBJ = $(SRC:.cpp=.o)
6767
LDFLAGS += -L$(BUILDDIR)

compile_flags.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
-Wextra
55
-Wpedantic
66
-std=c++20
7-
-DVERSION="0.2.2"
7+
-DVERSION="0.2.3"
88
-DDEBUG=1
99
-DWINDOWS_CMD=1

0 commit comments

Comments
 (0)