Skip to content

Commit

Permalink
v8.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huw Rogers committed Oct 31, 2019
1 parent 143b62f commit b922f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions z/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

#define Z_VULONG(major, minor, build) (((major)<<24) | ((minor)<<16) | (build))

#define Z_VERSION Z_VULONG(8,28,0) // <-- manually maintained
#define Z_VERNAME "8.28.0" // <-- ''
#define Z_VERMSRC 8,28,0,0 // <-- ''
#define Z_VERSION Z_VULONG(8,28,1) // <-- manually maintained
#define Z_VERNAME "8.28.1" // <-- ''
#define Z_VERMSRC 8,28,1,0 // <-- ''

#define Z_VMAJOR(n) (((unsigned long)n)>>24)
#define Z_VMINOR(n) ((((unsigned long)n)>>16) & 0xff)
Expand Down

0 comments on commit b922f6c

Please sign in to comment.