summaryrefslogtreecommitdiff
path: root/xdelta3
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3')
-rw-r--r--xdelta3/configure.ac2
-rwxr-xr-xxdelta3/run_release.sh10
-rw-r--r--xdelta3/xdelta3-main.h2
-rw-r--r--xdelta3/xdelta3.prj2
4 files changed, 13 insertions, 3 deletions
diff --git a/xdelta3/configure.ac b/xdelta3/configure.ac
index 748ffef..ffec737 100644
--- a/xdelta3/configure.ac
+++ b/xdelta3/configure.ac
@@ -1,4 +1,4 @@
1AC_INIT([Xdelta3], [3.0.8], [josh.macdonald@gmail.com], 1AC_INIT([Xdelta3], [3.0.9], [josh.macdonald@gmail.com],
2 [xdelta3], [http://xdelta.org/]) 2 [xdelta3], [http://xdelta.org/])
3AC_PREREQ([2.68]) 3AC_PREREQ([2.68])
4AC_CONFIG_MACRO_DIR([m4]) 4AC_CONFIG_MACRO_DIR([m4])
diff --git a/xdelta3/run_release.sh b/xdelta3/run_release.sh
index 94fc55b..be7e179 100755
--- a/xdelta3/run_release.sh
+++ b/xdelta3/run_release.sh
@@ -23,6 +23,13 @@ SRCDIR=$PWD
23 23
24rm -rf build 24rm -rf build
25 25
26function setup {
27 aclocal -I m4
28 automake
29 automake --add-missing
30 autoconf
31}
32
26function buildit { 33function buildit {
27 machine=$1 34 machine=$1
28 offsetbits=$2 35 offsetbits=$2
@@ -40,7 +47,10 @@ function buildit {
40 47
41 echo "Configuring $D ..." 48 echo "Configuring $D ..."
42 (cd $D && $SRCDIR/configure --prefix=$PWD/bin --enable-debug-symbols) 49 (cd $D && $SRCDIR/configure --prefix=$PWD/bin --enable-debug-symbols)
50 echo "Configuring $D ..."
43 (cd $D && make all) 51 (cd $D && make all)
52 echo "Testing $D ..."
53 (cd $D && ./xdelta3 test)
44} 54}
45 55
46function buildall { 56function buildall {
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 0f51ff8..1c1aa99 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -357,7 +357,7 @@ static int
357main_version (void) 357main_version (void)
358{ 358{
359 /* $Format: " XPR(NTR \"Xdelta version $Xdelta3Version$, Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, Joshua MacDonald\\n\");" $ */ 359 /* $Format: " XPR(NTR \"Xdelta version $Xdelta3Version$, Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, Joshua MacDonald\\n\");" $ */
360 XPR(NTR "Xdelta version 3.0.8, Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Joshua MacDonald\n"); 360 XPR(NTR "Xdelta version 3.0.9, Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Joshua MacDonald\n");
361 XPR(NTR "Xdelta comes with ABSOLUTELY NO WARRANTY.\n"); 361 XPR(NTR "Xdelta comes with ABSOLUTELY NO WARRANTY.\n");
362 XPR(NTR "This is free software, and you are welcome to redistribute it\n"); 362 XPR(NTR "This is free software, and you are welcome to redistribute it\n");
363 XPR(NTR "under certain conditions; see \"COPYING\" for details.\n"); 363 XPR(NTR "under certain conditions; see \"COPYING\" for details.\n");
diff --git a/xdelta3/xdelta3.prj b/xdelta3/xdelta3.prj
index 79f11a6..605e40c 100644
--- a/xdelta3/xdelta3.prj
+++ b/xdelta3/xdelta3.prj
@@ -9,7 +9,7 @@
9(Checkin-Login jmacd) 9(Checkin-Login jmacd)
10(Populate-Ignore ("\\.svn")) 10(Populate-Ignore ("\\.svn"))
11(Project-Keywords 11(Project-Keywords
12 (Xdelta3Version "3.0.8") 12 (Xdelta3Version "3.0.9")
13 ) 13 )
14(Files 14(Files
15 (COPYING (xdelta3/b/29_COPYING 1.1 744)) 15 (COPYING (xdelta3/b/29_COPYING 1.1 744))