summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-02-04 09:37:56 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-02-04 09:37:56 +0000
commit90ab158f92e3449ddec3f01ac034a6e031fb562e (patch)
treeb9a4a1cd6862a4558dd9cc9748e1f1b514283bfb /xdelta3/xdelta3-main.h
parent400e5c3f9edbfedfa770c94c04e62aa8657ed04a (diff)
Cleanup www (it's on the code.google.com/p/xdelta/wiki/list now).
Rekey.
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rwxr-xr-xxdelta3/xdelta3-main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 887f368..e2fe460 100755
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -322,7 +322,7 @@ static int
322main_version (void) 322main_version (void)
323{ 323{
324 /* $Format: " P(RINT \"VERSION=3.$Xdelta3Version$\\n\");" $ */ 324 /* $Format: " P(RINT \"VERSION=3.$Xdelta3Version$\\n\");" $ */
325 P(RINT "VERSION=3.0m\n"); 325 P(RINT "VERSION=3.0n\n");
326 return EXIT_SUCCESS; 326 return EXIT_SUCCESS;
327} 327}
328 328