diff options
author | Zdeněk Wagner <zdenek.wagner@gmail.com> | 2016-05-03 21:29:12 +0000 |
---|---|---|
committer | Zdeněk Wagner <zdenek.wagner@gmail.com> | 2016-05-03 21:29:12 +0000 |
commit | be75a0741713bc316a35792a635625bb6835d960 (patch) | |
tree | 34c5fe14ed97f81dfd4aeef2e33482a40d6489f8 | |
parent | b283b71a2a0e1eb3536fdc9b793f535218b8864d (diff) |
Version number increased, changes briefly noted in the comment.
git-svn-id: svn://tug.org/texlive/trunk@40869 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/utils/devnag/src/devnag.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Build/source/utils/devnag/src/devnag.c b/Build/source/utils/devnag/src/devnag.c index 421a3f99ade..ff9606ed08b 100644 --- a/Build/source/utils/devnag/src/devnag.c +++ b/Build/source/utils/devnag/src/devnag.c @@ -1,9 +1,9 @@ /* $Id: devnag.c,v 1.15 2008-03-09 15:57:59 icebearsoft Exp $ - Version 2.15 + Version 2.16 * Preprocessor for Devanagari for TeX package - Copyright (C) 1991-1998 University of Groningen, The Netherlands + Copyright (C) 1991-2016 University of Groningen, The Netherlands * Author : Frans J. Velthuis <velthuis@rc.rug.nl> Date : 09 May 1991 @@ -277,7 +277,15 @@ (requested by Karl Berry) */ -const char *version = "2.15"; +/* + Modifications in version 2.16: + + Character and string handling commands were improved by TeX Live developers, + these commands cuased errors in several platforms. + + */ + +const char *version = "2.16"; #include <stdio.h> #include <ctype.h> |