diff options
| author | mrwastl <mrwastl@users.sourceforge.net> | 2011-07-30 13:53:25 +0200 |
|---|---|---|
| committer | mrwastl <mrwastl@users.sourceforge.net> | 2011-07-30 13:53:25 +0200 |
| commit | 2fa7db7a2d34973a168f90e6605ce123b293cf13 (patch) | |
| tree | 9ce1db9c7b0e13ea36bdd26c7afb5a5d19965271 /glcdskin/Makefile | |
| parent | 21d15ba6ddf7440f229eb627ff3cc28393e3faee (diff) | |
| download | graphlcd-base-2fa7db7a2d34973a168f90e6605ce123b293cf13.tar.gz graphlcd-base-2fa7db7a2d34973a168f90e6605ce123b293cf13.tar.bz2 | |
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)
Diffstat (limited to 'glcdskin/Makefile')
| -rw-r--r-- | glcdskin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glcdskin/Makefile b/glcdskin/Makefile index c67582c..1c1b04e 100644 --- a/glcdskin/Makefile +++ b/glcdskin/Makefile @@ -7,8 +7,8 @@ CXXFLAGS += -fPIC -VERMAJOR = 1 -VERMINOR = 0 +VERMAJOR = 2 +VERMINOR = 1 VERMICRO = 0 BASENAME = libglcdskin.so |
