Skip to content

Commit

Permalink
v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd committed Aug 7, 2022
1 parent 8d6f105 commit bec6df2
Show file tree
Hide file tree
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.11)

project(dmf2mod VERSION "0.1")
project(dmf2mod VERSION "0.1.0")

enable_language(CXX)
set(CMAKE_CXX_STANDARD 17)
Expand Down
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
#define DMF2MOD_VERSION "0.1"
#define DMF2MOD_VERSION_PATCH 0
#define DMF2MOD_VERSION "0.1.0"

0 comments on commit bec6df2

Please sign in to comment.