[latexila] The master git branch of Vala is currently required



commit 65a2f11d6aa2c94e05889e5956aac63c2d40bb94
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Sun Dec 4 01:48:03 2011 +0100

    The master git branch of Vala is currently required
    
    I don't know why, but some bugs in the VAPI were fixed between the
    0.14.0 and 0.14.1 releases, and they are not included in 0.14.1â (most
    probably the developers forgot to do a cherry-pick of these commits).
    
    So currently the Git master branch of Vala is required to compile
    latexila (use the VALAC option of CMake).

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 796edfb..87b7338 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,7 +30,7 @@ if (BUILD_VALA)
 	include ("${latexila_SOURCE_DIR}/cmake/use_vala.cmake")
 
 	set (_vala_main_version "0.14")
-	set (_vala_min_version "0.14.1")
+	set (_vala_min_version "0.14.2")
 
 	if (VALAC)
 		message (STATUS "Use custom valac: ${VALAC}")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]