summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2011-01-09 08:33:39 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2011-01-09 08:33:39 +0000
commit54ac3c4c0c03d7dd52db661a94ec3ecccff826b4 (patch)
tree4a610a5786384ae176f4bbd1dc9ce9e85de4cebd /xdelta3/xdelta3-main.h
parentcc0cbbd791870eada49da8480979ddeabf45437f (diff)
Bump version to 3.0.0.
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rw-r--r--xdelta3/xdelta3-main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index ebceb39..b694329 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -1,6 +1,6 @@
1/* xdelta 3 - delta compression tools and library 1/* xdelta 3 - delta compression tools and library
2 * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2 * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 * 2008, 2009, 2010 3 * 2008, 2009, 2010, 2011
4 * Joshua P. MacDonald 4 * Joshua P. MacDonald
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
@@ -364,8 +364,8 @@ static int main_help (void);
364static int 364static int
365main_version (void) 365main_version (void)
366{ 366{
367 /* $Format: " DP(RINT \"Xdelta version $Xdelta3Version$, Copyright (C) 2007, 2008, 2009, 2010, Joshua MacDonald\n\");" $ */ 367 /* $Format: " DP(RINT \"Xdelta version $Xdelta3Version$, Copyright (C) 2007, 2008, 2009, 2010, 2011, Joshua MacDonald\n\");" $ */
368 DP(RINT "Xdelta version 3.0z, Copyright (C) 2007, 2008, 2009, 2010, Joshua MacDonald\n"); 368 DP(RINT "Xdelta version 3.0.0, Copyright (C) 2007, 2008, 2009, 2010, Joshua MacDonaldn");
369 DP(RINT "Xdelta comes with ABSOLUTELY NO WARRANTY.\n"); 369 DP(RINT "Xdelta comes with ABSOLUTELY NO WARRANTY.\n");
370 DP(RINT "This is free software, and you are welcome to redistribute it\n"); 370 DP(RINT "This is free software, and you are welcome to redistribute it\n");
371 DP(RINT "under certain conditions; see \"COPYING\" for details.\n"); 371 DP(RINT "under certain conditions; see \"COPYING\" for details.\n");