HLLib: update Makefile version number to 2.4.5

This commit is contained in:
Ondřej Hošek 2013-11-22 01:04:41 +01:00
parent f93bccd42c
commit f5a28b2729
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CXX = g++
AR = ar
RANLIB = ranlib
HLLIB_VERS = 2.4.4
HLLIB_VERS = 2.4.5
LDFLAGS = -shared -Wl,-soname,libhl.so.2
CXXFLAGS = -O2 -g -fpic -funroll-loops -fvisibility=hidden
PREFIX = /usr/local