From c5e6e922ce55bbf256b077427522ecd7cde5afff Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 6 Aug 2014 15:34:37 +0200 Subject: [PATCH] bump the build day --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d597a5a..f4a9501 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set( LIBTIDY_VERSION "${TIDY_MAJOR_VERSION}.${TIDY_MINOR_VERSION}.${TIDY_MICRO_V # establish version date set( tidy_YEAR 2014 ) set( tidy_MONTH 08 ) -set( tidy_DAY 03 ) +set( tidy_DAY 06 ) # Allow developer to select is Dynamic or static library built set( LIB_TYPE STATIC ) # set default static