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