Skip to content

Commit

Permalink
pushed version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ouned committed Aug 14, 2015
1 parent 3c9748d commit 3fd406f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Expand Up @@ -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
-----------------------------------
Expand Down

0 comments on commit 3fd406f

Please sign in to comment.