# HG changeset patch # User Sebastien Decugis # Date 1317411917 -7200 # Node ID f2d09e03c73caed3134720f55e1ff590f2a002a1 # Parent 01ef7cfcaece9696f22be1c84b71ae621f94f8a6 Bug fix release 1.1.1 diff -r 01ef7cfcaece -r f2d09e03c73c CMakeLists.txt --- a/CMakeLists.txt Fri Sep 30 21:44:59 2011 +0200 +++ b/CMakeLists.txt Fri Sep 30 21:45:17 2011 +0200 @@ -11,7 +11,7 @@ # Version of the source code SET(FD_PROJECT_VERSION_MAJOR 1) SET(FD_PROJECT_VERSION_MINOR 1) -SET(FD_PROJECT_VERSION_REV 0) +SET(FD_PROJECT_VERSION_REV 1) # Version of the API with the library SET(FD_PROJECT_VERSION_API 4)