diff --git a/CMakeLists.txt b/CMakeLists.txt index 4aa3292b..2672e90a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,9 +22,9 @@ project(${ProjectName}) set(MV_MAJOR_VERSION 1) set(MV_MINOR_VERSION 0) -set(MV_PATCH_VERSION 1) +set(MV_PATCH_VERSION 2) set(MV_EXT_VERSION "") -set(MV_ECMP_VERSION 7) # increasing number to detect new version without parsing stuff like 1.0b1 +set(MV_ECMP_VERSION 8) # increasing number to detect new version without parsing stuff like 1.0b1 set(MV_VERSION "${MV_MAJOR_VERSION}.${MV_MINOR_VERSION}.${MV_PATCH_VERSION}${MV_EXT_VERSION}") # Languages diff --git a/changelog.txt b/changelog.txt index beb73cb2..b33f4cfd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,13 @@ JK2MV changelog Website: http://jk2mv.org -------------------------------------------------- +----------------------------------- +1.0.2 +----------------------------------- +- anti speedhack +- fixed black and whitlists for files not in base +- minor improvements (see github) + ----------------------------------- 1.0.1 -----------------------------------