From fde11f722cac4b0651218a43c78f627ea1f52cb1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 1 Oct 2019 12:05:51 +0200 Subject: [PATCH] Update short description in manpage and version bump 0.4.1. --- CMakeLists.txt | 2 +- man/compilescript.1.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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