fix getsup (HH)
[luatex.git] / source / texk / kpathsea / version.ac
blobad16955afd8b568f0aee494d958b173189f1708e
1 dnl $Id: version.ac 41571 2016-06-29 23:09:13Z karl $
2 dnl   Copyright 2016 Karl Berry <tex-live@tug.org>
3 dnl   Copyright 2011-2015 Peter Breitenlohner <tex-live@tug.org>
4 dnl
5 dnl   This file is free software; the copyright holder
6 dnl   gives unlimited permission to copy and/or distribute it,
7 dnl   with or without modifications, as long as this notice is preserved.
8 dnl
9 dnl --------------------------------------------------------
10 dnl Keep Kpathsea package and shared library versions the same:
11 dnl   Only bug fixes:
12 dnl     a.b.c => a.b.c+1
13 dnl   Adding new interfaces (backwards compatible)
14 dnl     a.b.c => a.b+1.0
15 dnl   Modifying or revoking interfaces (not backwards compatible)
16 dnl     a.b.c => a+1.0.0
17 dnl
18 dnl   After a release:
19 dnl     append "dev", to distinguish binaries built between releases.
20 dnl --------------------------------------------------------
21 dnl
22 dnl  this file is m4-included from configure.ac
23 m4_define([kpse_version], [6.2.3/dev])