Codebase list frei0r / fa84cb7 debian / patches / 020130314~5b70863.patch
fa84cb7

Tree @fa84cb7 (Download .tar.gz)

020130314~5b70863.patch @fa84cb7raw · history · blame

Author: Dan Dennedy <dan@dennedy.org>
Last-Update: 2013-03-14
Forwarded: yes
Origin: upstream, http://git.dyne.org/frei0r/commit/?id=5b70863
Description: Fix version in autoconf.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1a92ac3..48335d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59c)
-AC_INIT(frei0r-plugins, [1.3.0], [frei0r-devel@piksel.no])
+AC_INIT(frei0r-plugins, [1.4.0], [frei0r-devel@piksel.no])
 AC_CONFIG_MACRO_DIR([m4])
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-- 
2.0.0.rc2