Browse Source

prepare new version

master
Nils 5 years ago
parent
commit
c4acd3bb99
  1. 1
      configure
  2. 2
      desktop/desktop.desktop
  3. 2
      engine/config.py

1
configure

@ -1,5 +1,6 @@
#!/bin/bash
program=patroneo #MUST be the same as engine/config.py shortName
version=1.4.1
cboxconfigure="--without-fluidsynth --without-libsmf"
. template/configure.template #. is the posix compatible version of source

2
desktop/desktop.desktop

@ -10,4 +10,4 @@ Terminal=false
StartupNotify=false
Categories=AudioVideo;Audio;X-Recorders;X-Multitrack;X-Jack;
X-NSM-capable=true
Version=1.4
Version=1.4.1

2
engine/config.py

@ -17,7 +17,7 @@ METADATA={
#patroneo. But in complex programs with a bright future it will be "laborejo1" "laborejo2" etc.
"shortName" : "patroneo",
"version" : "1.4",
"version" : "1.4.1",
"year" : "2019",
"author" : "Laborejo Software Suite",
"url" : "https://www.laborejo.org/patroneo",

Loading…
Cancel
Save