From d684a9dfa3c1ecba1f4040f3158c5aa32989c5bb Mon Sep 17 00:00:00 2001 From: inikep Date: Tue, 5 Jan 2016 13:47:56 +0100 Subject: [PATCH] updated version to 1.3.3 --- Makefile | 4 ++-- lib/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d58710f..dc78f51 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/lib/Makefile b/lib/Makefile index 51aa67a..1844478 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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`