Skip to content

Commit

Permalink
bump version to 1.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
astrowander committed Nov 25, 2023
1 parent 5d6d86b commit 29d6a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/versioning.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#define MAJOR_VERSION "0"
#define MINOR_VERSION "1"
#define MAJOR_VERSION "1"
#define MINOR_VERSION "0"
#define REVISION_VERSION "0"
#define BUILD_NUMBER "1"
#define FULL_VERSION MAJOR_VERSION "." MINOR_VERSION "." REVISION_VERSION "." BUILD_NUMBER

0 comments on commit 29d6a5a

Please sign in to comment.