Skip to content

Commit 3fd406f

Browse files
committed
pushed version to 1.0.2
1 parent 3c9748d commit 3fd406f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CMakeLists.txt

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

2323
set(MV_MAJOR_VERSION 1)
2424
set(MV_MINOR_VERSION 0)
25-
set(MV_PATCH_VERSION 1)
25+
set(MV_PATCH_VERSION 2)
2626
set(MV_EXT_VERSION "")
27-
set(MV_ECMP_VERSION 7) # increasing number to detect new version without parsing stuff like 1.0b1
27+
set(MV_ECMP_VERSION 8) # increasing number to detect new version without parsing stuff like 1.0b1
2828
set(MV_VERSION "${MV_MAJOR_VERSION}.${MV_MINOR_VERSION}.${MV_PATCH_VERSION}${MV_EXT_VERSION}")
2929

3030
# Languages

changelog.txt

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

6+
-----------------------------------
7+
1.0.2
8+
-----------------------------------
9+
- anti speedhack
10+
- fixed black and whitlists for files not in base
11+
- minor improvements (see github)
12+
613
-----------------------------------
714
1.0.1
815
-----------------------------------

0 commit comments

Comments
 (0)