diff --git a/CMakeLists.txt b/CMakeLists.txt index 962cfe1..1083ff2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) endif() project(compilescript - VERSION 0.4.0 + VERSION 0.4.1 LANGUAGES CXX) # DESCRIPTION was introduced in version 3.9. if(NOT (${CMAKE_VERSION} VERSION_LESS 3.9)) diff --git a/man/compilescript.1.adoc b/man/compilescript.1.adoc index e1fe18f..59e4bcd 100644 --- a/man/compilescript.1.adoc +++ b/man/compilescript.1.adoc @@ -2,7 +2,7 @@ :doctype: manpage :Author: tastytea :Email: tastytea@tastytea.de -:Date: 2019-05-24 +:Date: 2019-10-01 :Revision: 0.0.0 :man source: compilescript :man version: {revision} @@ -10,7 +10,7 @@ == NAME -compilescript - allows you to execute files from compiled languages like scripts. +compilescript - Execute source files from compiled languages as scripts. == SYNOPSIS