summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2018-04-08 11:37:52 +0200
committerManuel Reimer <manuel.reimer@gmx.de>2018-04-08 11:37:52 +0200
commite9ab0b821e9c0db017d1cedcd0b7043c1d4b7299 (patch)
tree47245dd71c7bf0b3b2a3eb30240fa7b5a32455a2
parentcebab6f35a4b3e343d1a85cad21919a3dc5122c8 (diff)
downloadgraphlcd-base-e9ab0b821e9c0db017d1cedcd0b7043c1d4b7299.tar.gz
graphlcd-base-e9ab0b821e9c0db017d1cedcd0b7043c1d4b7299.tar.bz2
Version 1.0.01.0.0
-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