summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-03-24 14:14:18 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-03-24 14:14:18 +0000
commit653ea97f54e37363c1bcb9f37d4d49e5c21bf85a (patch)
tree70e33e32485d4b918f5847a703422276e1b7b2d4 /xdelta3/xdelta3-main.h
parent2aa04800dcd1c4fac0e7adfff08273ef4ab60cf3 (diff)
Release 3.0q source
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rw-r--r--xdelta3/xdelta3-main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 60190f0..fb01e59 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -329,7 +329,7 @@ static int
329main_version (void) 329main_version (void)
330{ 330{
331 /* $Format: " DP(RINT \"VERSION=3.$Xdelta3Version$\\n\");" $ */ 331 /* $Format: " DP(RINT \"VERSION=3.$Xdelta3Version$\\n\");" $ */
332 DP(RINT "VERSION=3.0o\n"); 332 DP(RINT "VERSION=3.0q\n");
333 return EXIT_SUCCESS; 333 return EXIT_SUCCESS;
334} 334}
335 335