X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=prepare;h=397bdca87a7b4b3427f3023dda206777454fc8ef;hb=413da0f8686910f5e627393157566ae729ca99c4;hp=8a7d853560514738fa954adf2995a949cf53c28e;hpb=09ca35329aebab839558f99b38987e7b3cf9fdf0;p=silc.git diff --git a/prepare b/prepare index 8a7d8535..397bdca8 100755 --- a/prepare +++ b/prepare @@ -37,7 +37,7 @@ # SILC Distribution versions. Set here or give the version on the command # line as argument. # -SILC_VERSION=0.9.4 # Base version +SILC_VERSION=0.9.10 # Base version ############################################################################# @@ -124,7 +124,7 @@ cp Makefile.defines_int.in lib/silcmath/mpi aclocal autoconf autoheader >/dev/null 2>/dev/null -libtoolize --automake --force --copy +libtoolize --automake --copy automake echo "Preparing mpi" @@ -132,7 +132,7 @@ cd lib/silcmath/mpi aclocal autoconf autoheader >/dev/null 2>/dev/null -libtoolize --automake --force --copy +libtoolize --automake --copy automake >/dev/null 2>/dev/null cd ../../.. @@ -140,7 +140,7 @@ file=includes/version_internal.h echo "/* Automatically generated by ./prepare */" >$file echo "#define SILC_VERSION_STRING \"$dist_version\"" >>$file echo "#define SILC_DIST_VERSION_STRING \"$dist_version\"" >>$file -echo "#define SILC_PROTOCOL_VERSION_STRING \"SILC-1.1-$dist_version $distribution\"" >>$file +echo "#define SILC_PROTOCOL_VERSION_STRING \"SILC-1.2-$dist_version $distribution\"" >>$file echo "#define SILC_NAME \"SILC $distribution\"" >>$file # preparing irssi