summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY7
-rw-r--r--Makefile2
2 files changed, 3 insertions, 6 deletions
diff --git a/HISTORY b/HISTORY
index 3482aec..3942bd0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,18 +1,15 @@
GraphLCD base package Revision History
--------------------------------------
-2018-03-16:
+2018-04-08: Version 1.0.0
- New driver "st7565r-reel"
-
-2018-03-02:
- New driver "usbserlcd". With this driver it is possible to diy an USB LCD.
See also: https://github.com/M-Reimer/usbserlcd/
-
-2016-10-29:
- branch "touchcol" merged back to "master"
- Tag name is now always passed if "GetToken" is called.
This makes it possible to use graphlcd-base without bothering about token id's
- "alphacool" and "sdcmegtron" are now predefined entries in graphlcd.conf
+- Makefile optimized for packaging
2011-05-01: branch touchcol, first commit
- glcddrivers changes / enhancements:
diff --git a/Makefile b/Makefile
index 6d4363e..cd6d72a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
include Make.config
PROJECT = graphlcd-base
-VERSION = 0.3.0
+VERSION = 1.0.0
ARCHIVE = $(PROJECT)-$(VERSION)
PACKAGE = $(ARCHIVE)
TMPDIR = /tmp