Bumped version, added some stuff in NEWS

This commit is contained in:
Yevgen Muntyan 2010-04-11 20:27:52 -07:00
parent 82045666a6
commit 1c640b0fd9
2 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PROJECT(MOO)
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
FIND_PACKAGE(MooCmake)
SET(MOO_VERSION 0.10.1)
SET(MOO_VERSION 0.10.2)
SET(MOO_PACKAGE_NAME moo)
SET(MOO_EMAIL "emuntyan@sourceforge.net")
SET(MOO_COPYRIGHT "2004-2010 Yevgen Muntyan <${MOO_EMAIL}>")

8
NEWS
View File

@ -1,3 +1,11 @@
2010-xx-xx Yevgen Muntyan <emuntyan@sourceforge.net>
* === Released 0.10.2 ===
Added back man page, fixed compilation on systems where cmake
builds dynamic libraries by default. On windows, made medit
use case-insensitive filename comparison.
2010-03-19 Yevgen Muntyan <emuntyan@sourceforge.net>
* === Released 0.10.1 ===