]> git.0d.be Git - jack_mixer.git/commitdiff
Set version to 14 in preparation for next release main
authorChristopher Arndt <chris@chrisarndt.de>
Wed, 14 Oct 2020 22:12:29 +0000 (00:12 +0200)
committerChristopher Arndt <chris@chrisarndt.de>
Wed, 14 Oct 2020 22:20:48 +0000 (00:20 +0200)
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
configure.ac
version.py

index 10f11ef2835bc4eb0515e587e2c02208a305bc7d..073fde0dc81cc117b1d5c2cbd964b69cfc09072f 100644 (file)
@@ -20,7 +20,7 @@
 #
 
 AC_PREREQ(2.61)
-AC_INIT(jack_mixer, 13)
+AC_INIT(jack_mixer, 14)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.11 foreign no-define tar-ustar no-dist-gzip dist-xz])
index 326c3f3d88d321b13a75cbb83cc17e668bcb3fcb..b9fbaabfa34750f80f49f385cda4770a118f45d1 100644 (file)
@@ -1 +1 @@
-__version__ = "14-pre1"
+__version__ = "14"