diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e680fe..be721b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ include (CheckStructHasMember) set (HAVE_CMAKE true) project (tasksh) -set (PROJECT_VERSION "1.0.0") +set (PROJECT_VERSION "1.1.0") if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") set (LINUX true) diff --git a/ChangeLog b/ChangeLog index 45649b7..3827f73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1.1.0 () - + +------ current release --------------------------- + 1.0.0 (2014-12-21) 5934dfcefac6d037a359bc733a8382e42e32552e - TS-1 Apostrophe inside tasksh 'log' causes segmentation fault (thanks to @@ -7,7 +11,7 @@ - TS-13 Quotes included when using task shell (thanks to Kevin Gunn). - libreadline support added for line editing and command history. -Project started 2014-06-08 - ------ start ----------------------------------- +Project started 2014-06-08 +