Skip to content

Commit

Permalink
updated version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inikep committed Jan 5, 2016
1 parent 55d665b commit d684a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
# ################################################################

# Version number
export VERSION=132
export RELEASE=r$(VERSION)
export VERSION=1.3.3
export RELEASE=v$(VERSION)

DESTDIR?=
PREFIX ?= /usr/local
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# ################################################################

# Version numbers
VERSION?= 132
VERSION?= 1.3.3
LIBVER_MAJOR:=`sed -n '/define LZ5_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lz5.h`
LIBVER_MINOR:=`sed -n '/define LZ5_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lz5.h`
LIBVER_PATCH:=`sed -n '/define LZ5_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < lz5.h`
Expand Down

0 comments on commit d684a9d

Please sign in to comment.