summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1165301..330d772 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,11 @@
GraphLCD base package Revision History
--------------------------------------
+2021-01-07: Version 2.0.2
+- Remove non-standard "uint" file type which does not exist in some
+ environments. Thanks to Conrad Kostecki!
+- Fixed remaining compiler warnings
+
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!
diff --git a/Makefile b/Makefile
index e532518..26b9a72 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
include Make.config
PROJECT = graphlcd-base
-VERSION = 2.0.1
+VERSION = 2.0.2
ARCHIVE = $(PROJECT)-$(VERSION)
PACKAGE = $(ARCHIVE)
TMPDIR = /tmp