From 2fa7db7a2d34973a168f90e6605ce123b293cf13 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sat, 30 Jul 2011 13:53:25 +0200 Subject: skin definitions: added simple support for including files; increased graphlcd-base version to 0.3.0 and version of included libraries to 2.1.0; bug fix: don't syslog a detection of an invalid number when evaluating in cSkinFunction (just return that this is obviously not a valid function) --- glcddrivers/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glcddrivers') diff --git a/glcddrivers/Makefile b/glcddrivers/Makefile index 331c829..72776d8 100644 --- a/glcddrivers/Makefile +++ b/glcddrivers/Makefile @@ -6,8 +6,8 @@ CXXFLAGS += -fPIC -VERMAJOR = 1 -VERMINOR = 0 +VERMAJOR = 2 +VERMINOR = 1 VERMICRO = 0 BASENAME = libglcddrivers.so -- cgit v1.2.3