summaryrefslogtreecommitdiff
path: root/xdelta1/xdelta.c
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-01-28 17:55:03 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-01-28 17:55:03 +0000
commit42660ea8bae2254e0a6ccf5bc7457e2ded8f8495 (patch)
tree008d89df2c9f919e0f1da4bf0aa45cb32228b6f7 /xdelta1/xdelta.c
parent95734ad7f4c65382226f82bc2119954b682410d9 (diff)
Clenaup junk.
Diffstat (limited to 'xdelta1/xdelta.c')
-rwxr-xr-xxdelta1/xdelta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta1/xdelta.c b/xdelta1/xdelta.c
index a6d25b4..3012afc 100755
--- a/xdelta1/xdelta.c
+++ b/xdelta1/xdelta.c
@@ -20,7 +20,7 @@
20 * 20 *
21 * Author: Josh MacDonald <jmacd@CS.Berkeley.EDU> 21 * Author: Josh MacDonald <jmacd@CS.Berkeley.EDU>
22 * 22 *
23 * $Id: xdelta.c 1.4.1.50.1.2 Fri, 29 Jun 2001 06:01:08 -0700 jmacd $ 23 * $Id: xdelta.c 1.4.1.50.1.3 Sun, 24 Feb 2002 11:30:34 -0800 jmacd $
24 */ 24 */
25 25
26#define G_DISABLE_ASSERT 26#define G_DISABLE_ASSERT
@@ -37,7 +37,7 @@ const guint xdelta_major_version = 1;
37/* $Format: "const guint xdelta_minor_version = $ReleaseMinorVersion$;" $ */ 37/* $Format: "const guint xdelta_minor_version = $ReleaseMinorVersion$;" $ */
38const guint xdelta_minor_version = 1; 38const guint xdelta_minor_version = 1;
39/* $Format: "const guint xdelta_micro_version = $ReleaseMicroVersion$;" $ */ 39/* $Format: "const guint xdelta_micro_version = $ReleaseMicroVersion$;" $ */
40const guint xdelta_micro_version = 3; 40const guint xdelta_micro_version = 4;
41 41
42/* Control functions. 42/* Control functions.
43 */ 43 */