Browse Source

Prepare version number for april

master
Nils 3 years ago
parent
commit
ecab0ee499
  1. 4
      README.md
  2. 2
      configure
  3. 4
      documentation/english.adoc
  4. 4
      documentation/german.adoc
  5. 4
      documentation/index.adoc
  6. 2
      documentation/manpageinclude.h2m
  7. 4
      documentation/out/english.html
  8. 4
      documentation/out/german.html
  9. 2
      documentation/out/index.html
  10. 8
      documentation/patroneo.1
  11. 2
      engine/config.py

4
README.md

@ -1,8 +1,8 @@
[//]: # (Generated 2021-01-18T00:43:04.882627. Changes belong into template/documentation/readme.template)
[//]: # (Generated 2021-02-12T17:40:24.680755. Changes belong into template/documentation/readme.template)
#Patroneo
Program version 2.0.0
Program version 2.1.0
![Screenshot](https://git.laborejo.org/lss/Patroneo/raw/branch/master/documentation/screenshot.png "Screenshot")

2
configure

@ -1,6 +1,6 @@
#!/bin/bash
program=patroneo
version=2.0.0
version=2.1.0
cboxconfigure="--without-fluidsynth --without-libsmf"
. template/configure.template #. is the posix compatible version of source

4
documentation/english.adoc

@ -1,5 +1,5 @@
:Author: Laborejo Software Suite
:Version: 2.0.0
:Version: 2.1.0
:iconfont-remote!:
:!webfonts:
@ -25,7 +25,7 @@ https://asciidoctor.org/docs/user-manual/
= Patroneo
// Don't write in the empty line above line. It will be interpreted as author html tag
For program version 2.0.0
For program version 2.1.0
== Introduction

4
documentation/german.adoc

@ -1,5 +1,5 @@
:Author: Laborejo Software Suite
:Version: 2.0.0
:Version: 2.1.0
:iconfont-remote!:
:!webfonts:
@ -25,7 +25,7 @@ https://asciidoctor.org/docs/user-manual/
= Patroneo
// Don't write in the empty line above line. It will be interpreted as author html tag
Für Programmversion 2.0.0
Für Programmversion 2.1.0
== Benutzung

4
documentation/index.adoc

@ -1,5 +1,5 @@
:Author: Laborejo Software Suite
:Version: 2.0.0
:Version: 2.1.0
:iconfont-remote!:
:!webfonts:
@ -21,7 +21,7 @@ https://asciidoctor.org/docs/user-manual/
== Patroneo Multi-Language Documentation
image::logo.png["logo", 320, 180]
For program version 2.0.0
For program version 2.1.0
This site is part of the https://www.laborejo.org[Laborejo Software Suite]

2
documentation/manpageinclude.h2m

@ -21,7 +21,7 @@ Connect external synthesizers and samplers to create sounds.
https://www.laborejo.org/bugs
[copyright]
Patroneo 2.0.0 - Copyright 2021
Patroneo 2.1.0 - Copyright 2021
Laborejo Software Suite
https://www.laborejo.org/

4
documentation/out/english.html

@ -493,7 +493,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>For program version 2.0.0</p>
<p>For program version 2.1.0</p>
</div>
</div>
</div>
@ -1357,7 +1357,7 @@ The program is split in two parts. A shared "template" between the Laborejo Soft
</div>
<div id="footer">
<div id="footer-text">
Last updated 2021-01-18 00:43:04 +0100
Last updated 2021-02-12 17:40:24 +0100
</div>
</div>
</body>

4
documentation/out/german.html

@ -497,7 +497,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Für Programmversion 2.0.0</p>
<p>Für Programmversion 2.1.0</p>
</div>
</div>
</div>
@ -1394,7 +1394,7 @@ Ansonsten starten Sie patroneo mit diesem Befehl, Sprachcode ändern, vom Termin
</div>
<div id="footer">
<div id="footer-text">
Last updated 2021-01-18 00:43:04 +0100
Last updated 2021-02-12 17:40:24 +0100
</div>
</div>
</body>

2
documentation/out/index.html

@ -450,7 +450,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
</div>
</div>
<div class="paragraph">
<p>For program version 2.0.0</p>
<p>For program version 2.1.0</p>
</div>
<div class="paragraph">
<p>This site is part of the <a href="https://www.laborejo.org">Laborejo Software Suite</a></p>

8
documentation/patroneo.1

@ -1,11 +1,11 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH PATRONEO "1" "January 2021" "Patroneo 2.0.0" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.17.
.TH PATRONEO "1" "February 2021" "Patroneo 2.1.0" "User Commands"
.SH NAME
Patroneo - Easy to use pattern based midi sequencer.
.SH DESCRIPTION
usage: patroneo [\-h] [\-v] [\-s DIRECTORY] [\-p] [\-m] [\-V]
.PP
Patroneo \- Version 2.0.0 \- Copyright 2021 by Laborejo Software Suite \-
Patroneo \- Version 2.1.0 \- Copyright 2021 by Laborejo Software Suite \-
https://www.laborejo.org/patroneo
.SS "optional arguments:"
.TP
@ -59,7 +59,7 @@ Run without audio and midi. Skips all JACK checks. Used to just look at the GUI,
.SH "REPORTING BUGS"
https://www.laborejo.org/bugs
.SH COPYRIGHT
Patroneo 2.0.0 - Copyright 2021
Patroneo 2.1.0 - Copyright 2021
Laborejo Software Suite
https://www.laborejo.org/
.SH "SEE ALSO"

2
engine/config.py

@ -21,7 +21,7 @@ METADATA={
#release announcements, entries in software directories etc.
"tagline" : 'Easy to use pattern based midi sequencer.',
"version" : "2.0.0",
"version" : "2.1.0",
"year" : "2021",
"author" : "Laborejo Software Suite",
"url" : "https://www.laborejo.org/patroneo",

Loading…
Cancel
Save