synctex_version.h (2072B)
1 /* 2 Copyright (c) 2008-2017 jerome DOT laurens AT u-bourgogne DOT fr 3 4 This file is part of the __SyncTeX__ package. 5 6 [//]: # (Latest Revision: Fri Jul 14 16:20:41 UTC 2017) 7 [//]: # (Version: 1.21) 8 9 See `synctex_parser_readme.md` for more details 10 11 ## License 12 13 Permission is hereby granted, free of charge, to any person 14 obtaining a copy of this software and associated documentation 15 files (the "Software"), to deal in the Software without 16 restriction, including without limitation the rights to use, 17 copy, modify, merge, publish, distribute, sublicense, and/or sell 18 copies of the Software, and to permit persons to whom the 19 Software is furnished to do so, subject to the following 20 conditions: 21 22 The above copyright notice and this permission notice shall be 23 included in all copies or substantial portions of the Software. 24 25 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 26 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 27 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 28 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 29 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 30 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 31 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 32 OTHER DEALINGS IN THE SOFTWARE 33 34 Except as contained in this notice, the name of the copyright holder 35 shall not be used in advertising or otherwise to promote the sale, 36 use or other dealings in this Software without prior written 37 authorization from the copyright holder. 38 39 ## Acknowledgments: 40 41 The author received useful remarks from the __pdfTeX__ developers, especially Hahn The Thanh, 42 and significant help from __XeTeX__ developer Jonathan Kew. 43 44 ## Nota Bene: 45 46 If you include or use a significant part of the __SyncTeX__ package into a software, 47 I would appreciate to be listed as contributor and see "__SyncTeX__" highlighted. 48 */ 49 50 #ifndef __SYNCTEX_VERSION__ 51 # define __SYNCTEX_VERSION__ 52 53 # define SYNCTEX_VERSION_MAJOR 1 54 55 # define SYNCTEX_VERSION_STRING "1.21" 56 57 # define SYNCTEX_CLI_VERSION_STRING "1.5" 58 59 #endif