Skip to content

Commit

Permalink
Bumped version to 53.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
salass00 committed Apr 13, 2018
1 parent 18f5d88 commit a98a51b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mkrelease
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Execute *"make all*" first to compile the library."
quit
endif

set libzipdir libzip-1.4.0
set libzipdir libzip-1.5.0
set destdir RAM:mkrelease
set fullvers `version file zip.library`
set numvers `cut "$fullvers" word 2`
Expand Down
2 changes: 1 addition & 1 deletion releasenotes
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ zip.library 53.8 (6.2.2018)
functions.


zip.library 53.9 (xx.xx.2018)
zip.library 53.9 (13.4.2018)

- Updated libzip to version 1.5.0.

Expand Down
10 changes: 5 additions & 5 deletions zip.library_rev.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define VERSION 53
#define REVISION 8
#define DATE "6.2.2018"
#define VERS "zip.library 53.8"
#define VSTRING "zip.library 53.8 (6.2.2018)\r\n"
#define VERSTAG "\0$VER: zip.library 53.8 (6.2.2018)"
#define REVISION 9
#define DATE "13.4.2018"
#define VERS "zip.library 53.9"
#define VSTRING "zip.library 53.9 (13.4.2018)\r\n"
#define VERSTAG "\0$VER: zip.library 53.9 (13.4.2018)"
2 changes: 1 addition & 1 deletion zip.library_rev.rev
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9

0 comments on commit a98a51b

Please sign in to comment.