Skip to content

Commit e812b7d

Browse files
committed
Release v0.8.4
1 parent f08464b commit e812b7d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
### Crystal Tracker v0.8.4 (2024-10-29)
5+
6+
* Minor improvements.
7+
48
### Crystal Tracker v0.8.3 (2024-10-20)
59

610
* Add Move Left/Right for loop and call boxes.

src/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
#define CURRENT_YEAR "2024"
99

10-
#define PROGRAM_VERSION 0,8,3
10+
#define PROGRAM_VERSION 0,8,4
1111
#ifdef _DEBUG
12-
#define PROGRAM_VERSION_STRING "0.8.3 [DEBUG]"
12+
#define PROGRAM_VERSION_STRING "0.8.4 [DEBUG]"
1313
#else
14-
#define PROGRAM_VERSION_STRING "0.8.3"
14+
#define PROGRAM_VERSION_STRING "0.8.4"
1515
#endif
1616

1717
#define PROGRAM_EXE_NAME "crystaltracker"

0 commit comments

Comments
 (0)