Update short description in manpage and version bump 0.4.1.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
72a4e41679
commit
fde11f722c
|
@ -7,7 +7,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
project(compilescript
|
project(compilescript
|
||||||
VERSION 0.4.0
|
VERSION 0.4.1
|
||||||
LANGUAGES CXX)
|
LANGUAGES CXX)
|
||||||
# DESCRIPTION was introduced in version 3.9.
|
# DESCRIPTION was introduced in version 3.9.
|
||||||
if(NOT (${CMAKE_VERSION} VERSION_LESS 3.9))
|
if(NOT (${CMAKE_VERSION} VERSION_LESS 3.9))
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
:Author: tastytea
|
:Author: tastytea
|
||||||
:Email: tastytea@tastytea.de
|
:Email: tastytea@tastytea.de
|
||||||
:Date: 2019-05-24
|
:Date: 2019-10-01
|
||||||
:Revision: 0.0.0
|
:Revision: 0.0.0
|
||||||
:man source: compilescript
|
:man source: compilescript
|
||||||
:man version: {revision}
|
:man version: {revision}
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
|
|
||||||
compilescript - allows you to execute files from compiled languages like scripts.
|
compilescript - Execute source files from compiled languages as scripts.
|
||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user