diff options
author | Ira Rice <irarice@gmail.com> | 2008-11-04 21:50:00 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-11-04 21:50:00 +0000 |
commit | 5c7340cf1e87745129e121309f0cdcb1f2e28b4b (patch) | |
tree | 1cac6336b3651391877a7d955347c05d0c953638 /CMakeLists.txt | |
parent | e7bec61d89e2fb60bd89a51e0475f16a0956945e (diff) | |
download | mana-5c7340cf1e87745129e121309f0cdcb1f2e28b4b.tar.gz mana-5c7340cf1e87745129e121309f0cdcb1f2e28b4b.tar.bz2 mana-5c7340cf1e87745129e121309f0cdcb1f2e28b4b.tar.xz mana-5c7340cf1e87745129e121309f0cdcb1f2e28b4b.zip |
Committed an extension to the San Serif font by Vargavind on TMW so that
it contains the complete ISO-8859-15 character set, as well as made a
few other smaller fixes towards fixing make dist.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df745a7c..7ac379de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(AETHYRA) -SET(VERSION 0.0.24.1) +SET(VERSION 0.0.27) # where to look for cmake modules SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) |