From d905b1037f98068da1c1b7f6ea3319ee73b69bfb Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Tue, 27 Jan 2015 19:11:01 +0100 Subject: [PATCH] Back up version to 4.9.1 Need to be able to clearly separate versions as we move forward towards the final 5.0.0 release... Will try to remember to bump the point as each fix is added so issue reports can be clear in which version the problem exists. --- CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e97aa39..1b98b29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,13 +1,14 @@ -# CMakeLists.txt - 20150130 - 20140801 - for github tidy-fork +# CMakeLists.txt - 20150130 - 20140801 - for github htacg/tidy-html5 cmake_minimum_required (VERSION 2.8) project (tidy5) # ### NOTE: *** Adjust when required *** -set( TIDY_MAJOR_VERSION 5 ) -set( TIDY_MINOR_VERSION 0 ) -set( TIDY_MICRO_VERSION 0 ) +set( TIDY_MAJOR_VERSION 4 ) +set( TIDY_MINOR_VERSION 9 ) +set( TIDY_MICRO_VERSION 1 ) # adjust this for each change set( LIBTIDY_VERSION "${TIDY_MAJOR_VERSION}.${TIDY_MINOR_VERSION}.${TIDY_MICRO_VERSION}" ) + # establish version date set( tidy_YEAR 2015 ) set( tidy_MONTH 01 )