Update short description in manpage and version bump 0.4.1.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-10-01 12:05:51 +02:00
parent 72a4e41679
commit fde11f722c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 3 deletions

View File

@ -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))

View File

@ -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