aboutsummaryrefslogtreecommitdiff
path: root/vsprojects
diff options
context:
space:
mode:
authoropenvcdiff@gmail.com <openvcdiff@gmail.com@132ac840-3546-0410-a738-d3f8764196be>2012-04-03 18:11:15 +0000
committeropenvcdiff@gmail.com <openvcdiff@gmail.com@132ac840-3546-0410-a738-d3f8764196be>2012-04-03 18:11:15 +0000
commit438f2a5be6d809bc21611a94cd37bfc8c28ceb33 (patch)
tree397b357285cc32d233d3537bf222757d937ea816 /vsprojects
parent64fe2324403ea78dbd781073f4e5b34768676e2c (diff)
downloadopen-vcdiff-438f2a5be6d809bc21611a94cd37bfc8c28ceb33.tar.gz
Tue, 03 Apr 2012 09:59:09 -0700 Google Inc. <opensource@google.com>
Release version 0.8.3 with the following changes: * Issue #34: Move zconf.h, zlib.h, and adler32.c into a zlib subdirectory to avoid conflicts with other revisions of these files included in Chromium. Please see: http://codereview.chromium.org/9555002/ * Issue #32: Fix erroneous parameter in unit test. git-svn-id: http://open-vcdiff.googlecode.com/svn/trunk@41 132ac840-3546-0410-a738-d3f8764196be
Diffstat (limited to 'vsprojects')
-rw-r--r--vsprojects/config.h6
-rw-r--r--vsprojects/vcdcom/vcdcom.vcproj6
2 files changed, 6 insertions, 6 deletions
diff --git a/vsprojects/config.h b/vsprojects/config.h
index 6394697..5aacfac 100644
--- a/vsprojects/config.h
+++ b/vsprojects/config.h
@@ -52,7 +52,7 @@
#define PACKAGE_NAME "open-vcdiff"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "open-vcdiff 0.8.2"
+#define PACKAGE_STRING "open-vcdiff 0.8.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "open-vcdiff"
@@ -61,7 +61,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.8.2"
+#define PACKAGE_VERSION "0.8.3"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -70,7 +70,7 @@
#define STL_NAMESPACE std
/* Version number of package */
-#define VERSION "0.8.2"
+#define VERSION "0.8.3"
/* Stops putting the code inside the Google namespace */
#define _END_GOOGLE_NAMESPACE_ }
diff --git a/vsprojects/vcdcom/vcdcom.vcproj b/vsprojects/vcdcom/vcdcom.vcproj
index 9990bd8..8c3637b 100644
--- a/vsprojects/vcdcom/vcdcom.vcproj
+++ b/vsprojects/vcdcom/vcdcom.vcproj
@@ -181,11 +181,11 @@
>
</File>
<File
- RelativePath="..\..\src\zconf.h"
+ RelativePath="..\..\src\zlib\zconf.h"
>
</File>
<File
- RelativePath="..\..\src\zlib.h"
+ RelativePath="..\..\src\zlib\zlib.h"
>
</File>
<File
@@ -209,7 +209,7 @@
>
</File>
<File
- RelativePath="..\..\src\adler32.c"
+ RelativePath="..\..\src\zlib\adler32.c"
>
</File>
<File