Skip to content

Commit

Permalink
towards 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Apr 5, 2016
1 parent ff85d09 commit 3e7a30f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ u8glib ChangeLog
* Fixed bug in u8g_DrawLine(), Github issue 343
* Fixed bug in u8g_DrawStr90P(), Github issue 331
* Support for SSD1306 with 64x48 pixel
2015-xx-xx v1.19

2016-04-05 v1.19
* Fixed contrast (brightness) setting for SH1106 and SSD1306 devices
* Fixed compiler warnings



2 changes: 1 addition & 1 deletion tools/release/arduino_new_lib_format/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sed -i -e "s/version=.*/version=${ver}/" library.properties
git commit -a -m `../u8glib/tools/release/print_release.sh`
git push

echo now create a release in gitub for U8glib_Arduino, tag/namex = ${ver]
echo now create a release in gitub for U8glib_Arduino, tag/name = ${ver}
# Relases in github:
# Tag: 1.02pre3
# Release name: 1.02pre3
Expand Down
2 changes: 1 addition & 1 deletion tools/release/print_release.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# without 'v' prefix
echo -n "1.18.1"
echo -n "1.19.0"

0 comments on commit 3e7a30f

Please sign in to comment.