From 9ce0d8ceb041907aa80a87a698369f0d3b1bd593 Mon Sep 17 00:00:00 2001 From: jwoithe Date: Sat, 31 May 2014 10:34:33 +0000 Subject: [PATCH] Bump trunk version number to next development version (2.2.9999) for post-2.2.0 work without the extraneous code inadvertently included in r2536. git-svn-id: svn+ssh://ffado.org/ffado/trunk@2538 2be59082-3212-0410-8809-b0798e1608f0 --- libffado/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libffado/SConstruct b/libffado/SConstruct index 765e2578..73427b8a 100644 --- a/libffado/SConstruct +++ b/libffado/SConstruct @@ -24,7 +24,7 @@ # FFADO_API_VERSION = "9" -FFADO_VERSION="2.1.9999" +FFADO_VERSION="2.2.9999" from subprocess import Popen, PIPE import os -- 2.11.4.GIT