Skip to content

Commit 0d27ff2

Browse files
committed
Release 0.5.0
1 parent e210133 commit 0d27ff2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Koder.rdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource app_version {
77
middle = 5,
88
minor = 0,
99

10-
variety = B_APPV_DEVELOPMENT,
10+
variety = B_APPV_FINAL,
1111
internal = 1,
1212

1313
short_info = "Koder",

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ SYSTEM_INCLUDE_PATHS = \
2525
LOCAL_INCLUDE_PATHS = src/controls src/support src/windows
2626
LOCALES = de en en_GB es fr pt pl ro ru uk
2727

28-
SYMBOLS := TRUE
29-
DEBUGGER := TRUE
28+
SYMBOLS := FALSE
29+
DEBUGGER := FALSE
3030
COMPILER_FLAGS = -std=c++17
3131

3232
## Include the Makefile-Engine

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copy all files from **data** directory to **Koder** directory in any non-package
2020

2121
## History
2222

23-
0.5.0 - *TBD*
23+
0.5.0 - *01-04-2019*
2424

2525
* Make preferences update automatically.
2626
* Add Open Terminal shortcut.

0 commit comments

Comments
 (0)