Skip to content

Commit 0f7c7cc

Browse files
committed
update download and changelog for v2.102.1
1 parent 712f22c commit 0f7c7cc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.102.0
1+
2.102.1

changelog/2.102.1_pre.dd renamed to changelog/2.102.1.dd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Feb 15, 2023, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 2 major changes and 5 fixed Bugzilla issues.
8+
$(VER) comes with 2 major changes and 6 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 6 contributors)
1111
who made $(VER) possible.)
@@ -70,6 +70,7 @@ $(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
7070
$(LI $(BUGZILLA 23662): ImportC bad handling of enum arguments for a function)
7171
$(LI $(BUGZILLA 23672): importC: Infinite recursion: Error: found 'End of File' when expecting ',')
7272
$(LI $(BUGZILLA 23679): off-by-one error for static array size limit)
73+
$(LI $(BUGZILLA 23705): dmd: src/dmd/backend/cgcod.d:734: Assertion `sz >= 0' failed.)
7374
)
7475
$(BUGSTITLE_BUGZILLA Phobos bug fixes,
7576

download.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ Macros:
199199

200200
DMDV2=$(LATEST)
201201

202-
_=BETA=$(COMMENT $0)
203-
BETA=$0
202+
BETA=$(COMMENT $0)
203+
_=BETA=$0
204204
B_DMDV2=2.102.1
205205
B_SUFFIX=beta.1
206206

0 commit comments

Comments
 (0)