diff options
Diffstat (limited to 'Build/source/utils/xpdfopen/xpdfopen.h')
-rw-r--r-- | Build/source/utils/xpdfopen/xpdfopen.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/utils/xpdfopen/xpdfopen.h b/Build/source/utils/xpdfopen/xpdfopen.h index 51adecb0dcd..cf7e4f8c3f6 100644 --- a/Build/source/utils/xpdfopen/xpdfopen.h +++ b/Build/source/utils/xpdfopen/xpdfopen.h @@ -1,7 +1,7 @@ /* * xpdfopen.h: declare constants of possible use for xpdfopen programs. * - * Copyright (C) 2010 Jim Diamond <jim.diamond@acadiau.ca> + * Copyright (C) 2010--2014 Jim Diamond <jim.diamond@acadiau.ca> * * You may freely use, modify and/or distribute this file. */ @@ -9,6 +9,8 @@ #ifndef XPDFOPEN_H #define XPDFOPEN_H +#define VERSION "0.84" + /* * <prog>_WIN_NAME is the name of the window when no file is open. * <prog>_WIN_NAME_FMT is the (sprintf) format to generate the name |