aboutsummaryrefslogtreecommitdiff
path: root/vsprojects/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/config.h')
-rw-r--r--vsprojects/config.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/vsprojects/config.h b/vsprojects/config.h
index 755320a..6394697 100644
--- a/vsprojects/config.h
+++ b/vsprojects/config.h
@@ -25,7 +25,7 @@
#define GFLAGS_DLL_DECL
/* Namespace for Google classes */
-#define GOOGLE_NAMESPACE ::google
+#define GOOGLE_NAMESPACE ::google
/* define if the compiler implements namespaces */
#define HAVE_NAMESPACES 1
@@ -52,13 +52,16 @@
#define PACKAGE_NAME "open-vcdiff"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "open-vcdiff 0.8.1"
+#define PACKAGE_STRING "open-vcdiff 0.8.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "open-vcdiff"
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.8.1"
+#define PACKAGE_VERSION "0.8.2"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -67,7 +70,7 @@
#define STL_NAMESPACE std
/* Version number of package */
-#define VERSION "0.8.1"
+#define VERSION "0.8.2"
/* Stops putting the code inside the Google namespace */
#define _END_GOOGLE_NAMESPACE_ }