Skip to content

Commit 9ea8b12

Browse files
committed
Bump version to 1.6.1
1 parent ea48ced commit 9ea8b12

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bin/redeclipse.app/Contents/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.6.0</string>
24+
<string>1.6.1</string>
2525
<key>CFBundleShortVersionString</key>
26-
<string>1.6.0</string>
26+
<string>1.6.1</string>
2727
<key>LSMinimumSystemVersion</key>
2828
<string>10.5.0</string>
2929
<key>NSHumanReadableCopyright</key>
30-
<string>(C) 2020 Blue Nebula Team, 2009-2017 Red Eclipse Team, Quinton Reeves, Lee Salzman, under the ZLIB License</string>
30+
<string>(C) 2020-2025 Blue Nebula Team, 2009-2017 Red Eclipse Team, Quinton Reeves, Lee Salzman, under the ZLIB License</string>
3131
</dict>
3232
</plist>

src/engine/version.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
#define VERSION_H
33
#define VERSION_MAJOR 1
44
#define VERSION_MINOR 6
5-
#define VERSION_PATCH 0
6-
#define VERSION_STRING "1.6.0"
5+
#define VERSION_PATCH 1
6+
#define VERSION_STRING "1.6.1"
77
#define VERSION_NAME "Blue Nebula"
88
#define VERSION_UNAME "blue-nebula"
99
#define VERSION_VNAME "BLUE_NEBULA"
10-
#define VERSION_RELEASE "Sunset Edition"
10+
#define VERSION_RELEASE "Silvester Edition"
1111
#define VERSION_URL "https://blue-nebula.org"
1212
// TODO: fix copyright note
13-
#define VERSION_COPY "2009-2020"
13+
#define VERSION_COPY "2009-2017, 2020-2025"
1414
#define VERSION_DESC "A fun-filled new take on the first-person arena shooter, featuring a unique parkour system."
1515

1616
#define LAN_PORT 28799

src/install/nix/blue-nebula.metainfo.xml.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
<content_attribute id="social-chat">intense</content_attribute>
5454
</content_rating>
5555
<releases>
56-
<release version="1.6.0" date="2017-12-21"/>
56+
<release version="1.6.1" date="2025-12-31"/>
5757
</releases>
5858
</component>

0 commit comments

Comments
 (0)