Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ex-32 committed Jul 11, 2023
1 parent d1f287b commit 17e9995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define VERSION_MAJOR L"0"
#define VERSION_MINOR L"2"
#define VERSION_MAJOR L"1"
#define VERSION_MINOR L"0"
#define VERSION_PATCH L"0"

#define VERSION VERSION_MAJOR L"." VERSION_MINOR L"." VERSION_PATCH

0 comments on commit 17e9995

Please sign in to comment.