Skip to content

Commit 7a8554f

Browse files
committed
pushed version to 1.0rc1
1 parent e32c16f commit 7a8554f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ project(${ProjectName})
2222

2323
set(MV_MAJOR_VERSION 1)
2424
set(MV_MINOR_VERSION 0)
25-
set(MV_EXT_VERSION "b3")
26-
set(MV_ECMP_VERSION 3) # increasing number to detect new version without parsing stuff like 1.0b1
25+
set(MV_EXT_VERSION "rc1")
26+
set(MV_ECMP_VERSION 4) # increasing number to detect new version without parsing stuff like 1.0b1
2727
set(MV_VERSION "${MV_MAJOR_VERSION}.${MV_MINOR_VERSION}${MV_EXT_VERSION}")
2828

2929
# Languages

changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ JK2MV changelog
33
Website: http://jk2mv.org
44
--------------------------------------------------
55

6+
-----------------------------------
7+
1.0rc1
8+
-----------------------------------
9+
- fixed demo playback on linux/macosx
10+
- fixed binding some keys on 1.02
11+
- fixed loopsounds
12+
- playername of the player with the highest score now centered correctly
13+
- fixed several bugs concerning the botfilter
14+
- fixed binding keys which were already bound to something else on linux/macosx
15+
- fixed mouse input on linux in debug mode
16+
- fixed error messages when viewing driver details in the setup menu
17+
- right clicking an option in the menu goes backwards in the list
18+
619
-----------------------------------
720
1.0b3
821
-----------------------------------

src/qcommon/game_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define MV_MFDOWNLOADS
88
#define NTCLIENT_WORKAROUND
99

10-
#define JK2MV_VERSION "1.0b3"
10+
#define JK2MV_VERSION "1.0rc1"
1111

1212
#ifndef _DEBUG
1313
# define Q3_VERSION "JK2MV: v" JK2MV_VERSION

0 commit comments

Comments
 (0)