blob: a57501b06f4dafdf99977fe8a2014c81c1b6ef87 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001#
2# Package name and versioning information for ImageMagick.
3#
4# This file is sourced by a Bourne shell (/bin/sh) script so it must
5# observe Bourne shell syntax.
6#
7# Package base name
8PACKAGE_NAME='ImageMagick'
9
10#
cristy187791c2015-05-03 22:17:00 +000011# Date of last ChangeLog update
12#
13PACKAGE_CHANGE_DATE=`awk '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { print substr($1,1,4) substr($1,6,2) substr($1,9,2); exit; }' ${srcdir}/ChangeLog`
14
15#
cristy3ed852e2009-09-05 21:47:34 +000016# Package version. This is is the numeric version suffix applied to
17# PACKAGE_NAME (e.g. "1.0.0").
cristyd77fe152011-07-01 23:14:16 +000018PACKAGE_VERSION='7.0.0'
cristy878c2f12011-08-19 00:25:19 +000019PACKAGE_PERL_VERSION='7.00'
cristyd77fe152011-07-01 23:14:16 +000020PACKAGE_LIB_VERSION="0x700"
cristyf4579fb2015-05-12 19:51:47 +000021PACKAGE_RELEASE="0"
cristyd77fe152011-07-01 23:14:16 +000022PACKAGE_LIB_VERSION_NUMBER="7,0,0,${PACKAGE_RELEASE}"
cristy187791c2015-05-03 22:17:00 +000023PACKAGE_RELEASE_DATE_RAW=`date +%F`
cristy459891c2015-05-17 17:22:24 +000024PACKAGE_RELEASE_DATE_REPRODUCIBLE="${PACKAGE_CHANGE_DATE}"
cristy3ed852e2009-09-05 21:47:34 +000025PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
26
cristy3ed852e2009-09-05 21:47:34 +000027#
28# Package version addendum. This is an arbitrary suffix (if any) appended
29# to the package version. (e.g. "beta1")
cristy15a88782010-01-31 23:24:49 +000030PACKAGE_VERSION_ADDENDUM="-${PACKAGE_RELEASE}"
cristy3ed852e2009-09-05 21:47:34 +000031
32#
cristycaf5c812011-09-11 01:06:33 +000033# Versions are denoted using a standard triplet of integers:
34# MAJOR.MINOR.PATCH. The basic intent is that MAJOR versions are
35# incompatible, large-scale upgrades of the API. MINOR versions retain
36# source and binary compatibility with older minor versions, and changes
37# in the PATCH level are perfectly compatible, forwards and backwards.
38# See http://apr.apache.org/versioning.html.
cristy37442762013-02-10 21:07:23 +000039#
40# PLEASE NOTE that doing a SO BUMP aka raising the CURRENT REVISION
41# could be avoided using libversioning aka map files. You MUST change .map
42# files if you raise these versions.
cristy187791c2015-05-03 22:17:00 +000043MAGICK_LIBRARY_CURRENT=0
cristyd77fe152011-07-01 23:14:16 +000044MAGICK_LIBRARY_REVISION=0
cristy3ed852e2009-09-05 21:47:34 +000045MAGICK_LIBRARY_AGE=0
cristy5ed9c6e2013-07-14 21:20:31 +000046
47# magick++
cristy187791c2015-05-03 22:17:00 +000048MAGICKPP_LIBRARY_CURRENT=0
cristy5ed9c6e2013-07-14 21:20:31 +000049MAGICKPP_LIBRARY_REVISION=0
50MAGICKPP_LIBRARY_AGE=0