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