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
diff --git a/configure.ac b/configure.ac
index 842e8ea..3005c88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 # make sure we're interpreted by some minimal autoconf
 AC_PREREQ(2.57)
 
-AC_INIT(open-vcdiff, 0.8.2, opensource@google.com)
+AC_INIT(open-vcdiff, 0.8.3, opensource@google.com)
 AC_CONFIG_SRCDIR(README)
 AC_CONFIG_MACRO_DIR(m4)
 AM_INIT_AUTOMAKE