diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-28 22:52:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-28 22:52:20 +0000 |
commit | 1f5acd52ed35e2b10e0524448ba716838acd395c (patch) | |
tree | ddde776ef1068c16be86d37ccbe995a83c8ecefd /Build/source/texk/web2c/configure | |
parent | ea0b1f583813157fe21699896b36c6cd387f3b09 (diff) |
synctex_parser_api_level separated from version
git-svn-id: svn://tug.org/texlive/trunk@48298 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-x | Build/source/texk/web2c/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 1451cf4fb64..65955e9412c 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -26124,10 +26124,10 @@ ac_config_files="$ac_config_files silent-sh" ## texk/web2c/synctexdir/ac/synctex.ac: configure.ac fragment for the TeX Live subdirectory texk/web2c/ -SYNCTEXVERSION=1.21.0 +SYNCTEXVERSION=2.0.0 -SYNCTEX_LT_VERSINFO=22:0:21 +SYNCTEX_LT_VERSINFO=2:0:0 if test "x$enable_synctex" != xno; then |