Skip to content

Commit 04494c1

Browse files
committed
Release of DreamShell v4.0.3
1 parent 9c8c197 commit 04494c1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VER_MAJOR = 4
1515
VER_MINOR = 0
1616
VER_MICRO = 3
1717
# Build types: 0x0N - Alpha, 0x1N - Beta, 0x2N - RC, 0x3N - Release
18-
VER_BUILD = 0x21
18+
VER_BUILD = 0x30
1919

2020
BUILD_TYPE_BASE = $(if $(filter 0x3%,$(VER_BUILD)),Release,$(if $(filter 0x2%,$(VER_BUILD)),RC,$(if $(filter 0x1%,$(VER_BUILD)),Beta,$(if $(filter 0x0%,$(VER_BUILD)),Alpha,Release))))
2121
BUILD_NUM = $(lastword $(subst 0x2,,$(subst 0x1,,$(subst 0x0,,$(subst 0x3,,$(VER_BUILD))))))

firmware/bootloader/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
TARGET = bootloader
77
VER_MAJOR = 2
88
VER_MINOR = 8
9-
VER_MICRO = 0
9+
VER_MICRO = 1
1010
VERSION = $(VER_MAJOR).$(VER_MINOR)
1111
TARGET_NAME = DreamShell_$(TARGET)_v$(VERSION)
1212
TARGET_CD = cd/1DS_BOOT.BIN

resources/doc/about.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DreamShell 4.0.2.Release
2-
Copyright (C)2004-2025 Ruslan Rostovtsev (aka SWAT, DC-SWAT, JSysTeam)
1+
DreamShell 4.0.3.Release
2+
Copyright (C) 2004-2025 Ruslan Rostovtsev (a.k.a SWAT, DC-SWAT, JSysTeam)
33

44
http://www.dc-swat.ru
55
https://github.com/DC-SWAT/DreamShell

resources/doc/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
** DreamShell 4.0.3.Release **
2+
- http://www.dc-swat.ru/blog/dreamshell/1145.html
3+
- https://github.com/DC-SWAT/DreamShell/releases/tag/v4.0.3.Release
4+
15
** DreamShell 4.0.2.Release **
26
- http://www.dc-swat.ru/blog/dreamshell/1144.html
37
- https://github.com/DC-SWAT/DreamShell/releases/tag/v4.0.2.Release

0 commit comments

Comments
 (0)