File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ project(${ProjectName})
2222
2323set (MV_MAJOR_VERSION 1)
2424set (MV_MINOR_VERSION 0)
25- set (MV_PATCH_VERSION 1 )
25+ set (MV_PATCH_VERSION 2 )
2626set (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
2828set (MV_VERSION "${MV_MAJOR_VERSION} .${MV_MINOR_VERSION} .${MV_PATCH_VERSION}${MV_EXT_VERSION} " )
2929
3030# Languages
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ JK2MV changelog
33Website: 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-----------------------------------
7141.0.1
815-----------------------------------
You can’t perform that action at this time.
0 commit comments