1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Track version # from the portable release.

This commit is contained in:
Tim Kientzle 2008-01-23 05:48:07 +00:00
parent 991a64e41e
commit 9695c83ff5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175592

View File

@ -11,7 +11,7 @@ LDADD= -lbz2 -lz
# Revision: Bumped on any notable change
# The useful version number (one integer, easy to compare)
LIBARCHIVE_VERSION= 2004010
LIBARCHIVE_VERSION= 2004012
# The pretty version string
LIBARCHIVE_VERSION_STRING!= echo $$((${LIBARCHIVE_VERSION} / 1000000)).$$((${LIBARCHIVE_VERSION} / 1000 % 1000)).$$((${LIBARCHIVE_VERSION} % 1000))