Skip to content

Commit 5dcbcbe

Browse files
committed
Release of DreamShell v4.0.2
1 parent 15b3048 commit 5dcbcbe

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

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 = 2
1717
# Build types: 0x0N - Alpha, 0x1N - Beta, 0x2N - RC, 0x3N - Release
18-
VER_BUILD = 0x22
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/isoldr/loader/Makefile.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
TARGET = 0x8ce00000
88
BUILD = build
9-
VERSION = "0.8.2.RC.1"
9+
VERSION = "0.8.2"
1010
INSTALL_PATH = ../../../build/firmware/isoldr
1111
# INSTALL_PATH = /Volumes/DREAMSHELL/DS/firmware/isoldr
1212

resources/doc/about.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
DreamShell 4.0.0.Release
2-
Copyright (C)2004-2024 Ruslan Rostovtsev (aka SWAT and DC-SWAT)
1+
DreamShell 4.0.2.Release
2+
Copyright (C)2004-2025 Ruslan Rostovtsev (aka SWAT, DC-SWAT, JSysTeam)
3+
34
http://www.dc-swat.ru
45
https://github.com/DC-SWAT/DreamShell
6+
7+
https://discord.gg/UrvKwwU
8+
https://www.youtube.com/@SWAT-DC/

resources/doc/changelog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
** DreamShell 4.0.2.Release **
2+
- http://www.dc-swat.ru/blog/dreamshell/1144.html
3+
- https://github.com/DC-SWAT/DreamShell/releases/tag/v4.0.2.Release
4+
15
** DreamShell 4.0.1.Release **
2-
- WIP
6+
- http://www.dc-swat.ru/blog/dreamshell/1142.html
7+
- https://github.com/DC-SWAT/DreamShell/releases/tag/v4.0.1.Release
38

49
** DreamShell 4.0.0.Release **
510
- http://www.dc-swat.ru/blog/dreamshell/1141.html

0 commit comments

Comments
 (0)