Skip to content

Commit

Permalink
Релиз 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Jun 22, 2022
1 parent 37ece48 commit 02a0880
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
#define DO_MAKE_STR(x) #x
#define MAKE_STR(x) DO_MAKE_STR(x)

#define VER_RELEASE 0
#define VER_RELEASE 1

#define VER_MAJOR 0
#define VER_MINOR 1
#define VER_BUILD 0
#define VER_BUILD 1

#define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM
#define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM)
6 changes: 6 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bass Audio Source


0.1.1.83 - 2022.06.22
----------------------
The first release.

0 comments on commit 02a0880

Please sign in to comment.