diff options
Diffstat (limited to 'xdelta1/xdmain.c')
-rwxr-xr-x | xdelta1/xdmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta1/xdmain.c b/xdelta1/xdmain.c index f0a61c8..b1abc74 100755 --- a/xdelta1/xdmain.c +++ b/xdelta1/xdmain.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: xdmain.c 1.22.1.5 Fri, 29 Jun 2001 06:01:08 -0700 jmacd $ | 23 | * $Id: xdmain.c 1.22.1.7.1.1 Sat, 27 Jan 2007 17:53:47 -0800 jmacd $ |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include <stdio.h> | 26 | #include <stdio.h> |
@@ -193,7 +193,7 @@ struct _XdFileHandle | |||
193 | }; | 193 | }; |
194 | 194 | ||
195 | /* $Format: "static const char xdelta_version[] = \"$ReleaseVersion$\"; " $ */ | 195 | /* $Format: "static const char xdelta_version[] = \"$ReleaseVersion$\"; " $ */ |
196 | static const char xdelta_version[] = "1.1.3"; | 196 | static const char xdelta_version[] = "1.1.4"; |
197 | 197 | ||
198 | typedef struct _Command Command; | 198 | typedef struct _Command Command; |
199 | 199 | ||