Skip to content

Commit

Permalink
v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd committed Aug 21, 2022
1 parent e9d2917 commit 7df32ad
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)

project(dmf2mod VERSION "0.1.0")
project(dmf2mod VERSION "0.1.1")

enable_language(CXX)
set(CMAKE_CXX_STANDARD 17)
4 changes: 2 additions & 2 deletions include/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The configured options and settings for dmf2mod
#define DMF2MOD_VERSION_MAJOR 0
#define DMF2MOD_VERSION_MINOR 1
#define DMF2MOD_VERSION_PATCH 0
#define DMF2MOD_VERSION "0.1.0"
#define DMF2MOD_VERSION_PATCH 1
#define DMF2MOD_VERSION "0.1.1"

0 comments on commit 7df32ad

Please sign in to comment.