From d69d40234e17e69ac3fc63c02c4f168817f36621 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Thu, 7 Jan 2021 16:17:40 +0100 Subject: Version 2.0.2 --- HISTORY | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3