We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45efacc commit e8235b1Copy full SHA for e8235b1
2 files changed
include/native.mk
@@ -4,7 +4,7 @@
4
# Public License version 2. See LICENSE for more information.
5
6
VERSION := 2.2
7
-REVISION := 0
+REVISION := 1
8
9
CC := cc
10
CCFLAG := -I../include -DVERSION=\"$(VERSION)\" -DREVISION=\"$(REVISION)\"
server/sm64net.py
@@ -6,7 +6,7 @@
import struct
VERSION = "2.2"
-REVISION = "0"
+REVISION = "1"
VERSION_STR = "SM64Net Server " + VERSION+"."+REVISION
11
12
osException = 0x80327650
0 commit comments