Skip to content

Commit 3f54e1f

Browse files
committed
Update version
1 parent 92145ed commit 3f54e1f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

src/main.asm

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ lorom
1111
!RAW_TILE_GRAPHICS ?= 1
1212

1313
!VERSION_MAJOR = 2
14-
!VERSION_MINOR = 5
15-
!VERSION_BUILD = 12
16-
!VERSION_REV = 2
14+
!VERSION_MINOR = 6
15+
!VERSION_BUILD = 0
16+
!VERSION_REV = 0
1717

1818
table ../resources/normal.tbl
1919
print ""

web/data/changelog.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 2.6.x
2+
- TODO put meme vague release notes here (2.6.0)
3+
14
# Version 2.5.x
25
- Added a separate version of savestates for MiSTer, Everdrives, and most modern emulators (not SNES Classic/VC) (2.5.0)
36
- Added an option for fast doors/elevators, similar to randomizer (2.5.0)

web/data/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Super Metroid Practice Hack",
3-
"version": "2.5.12.1",
3+
"version": "2.6.0",
44
"variants": ["NTSC", "PAL"],
55
"base": {
66
"NTSC": {

0 commit comments

Comments
 (0)