summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/version.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-20 07:00:05 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-20 07:00:05 +0000
commit89755f7344de571c4b1b7c68e90de39363a4d1ff (patch)
treed735587f7030f0536272048df7a4b53cefc133a4 /Build/source/texk/ptexenc/version.ac
parent713aef9b071ca2b5dd68d014e99897f0e5e2036c (diff)
libs/t1lib + texk/ps2pkm: bug fix and update
git-svn-id: svn://tug.org/texlive/trunk@23187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/version.ac')
-rw-r--r--Build/source/texk/ptexenc/version.ac24
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/texk/ptexenc/version.ac b/Build/source/texk/ptexenc/version.ac
new file mode 100644
index 00000000000..848f7b9daab
--- /dev/null
+++ b/Build/source/texk/ptexenc/version.ac
@@ -0,0 +1,24 @@
+dnl
+dnl Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org>
+dnl
+dnl This file is free software; the copyright holder
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl --------------------------------------------------------
+dnl Keep ptexenc package and shared library versions the same:
+dnl Only bug fixes:
+dnl a.b.c => a.b.c+1
+dnl Adding new interfaces (backwards compatible)
+dnl a.b.c => a.b+1.0
+dnl Modifying or revoking interfaces (not backwards compatible)
+dnl a.b.c => a+1.b.c
+dnl kpse_lib_minor = 0;
+dnl kpse_lib_micro = 0;
+dnl
+dnl After a release:
+dnl append "dev", to distinguish binaries built between releases.
+dnl --------------------------------------------------------
+dnl
+dnl m4-include this file to define the current ptexenc version
+m4_define([ptexenc_version], [1.2.0])