diff options
Diffstat (limited to 'msvc/config.h')
-rw-r--r-- | msvc/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/msvc/config.h b/msvc/config.h index 89743b2f..745322bb 100644 --- a/msvc/config.h +++ b/msvc/config.h @@ -32,13 +32,13 @@ #define PACKAGE_NAME "poppler" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "poppler 0.12.3" +#define PACKAGE_STRING "poppler 0.12.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "poppler" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.12.3" +#define PACKAGE_VERSION "0.12.4" /* Poppler data dir */ #define POPPLER_DATADIR "/usr/local/share/poppler" @@ -53,7 +53,7 @@ /* #undef USE_EXCEPTIONS */ /* Version number of package */ -#define VERSION "0.12.3" +#define VERSION "0.12.4" #define snprintf _snprintf #define unlink _unlink |