summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index dd73228..1165301 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,10 @@
GraphLCD base package Revision History
--------------------------------------
+2021-01-04: Version 2.0.1
+- Replace libvncserver-config with pkg-config to make vncserver driver work
+ with later libvncserver versions. Thanks to Conrad Kostecki!
+
2020-08-14: Version 2.0.0
- If a required font file is neither in "FontPath" nor in the "fonts"
subdirectory of "SkinPath", then (if available) fontconfig is used to search
diff --git a/Makefile b/Makefile
index cd20a4c..e532518 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
include Make.config
PROJECT = graphlcd-base
-VERSION = 2.0.0
+VERSION = 2.0.1
ARCHIVE = $(PROJECT)-$(VERSION)
PACKAGE = $(ARCHIVE)
TMPDIR = /tmp