X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=prepare;h=71c75d6343baa58f0f573ca2a8ecf06a2dca4e47;hb=refs%2Fheads%2Fsilc.protocol.1.0.branch;hp=4d4af2820e9c38fc9d98247d70d46f105863283b;hpb=5abf57fab042a9f9e4ea497cea5cdf6bb170ef62;p=silc.git diff --git a/prepare b/prepare index 4d4af282..71c75d63 100755 --- a/prepare +++ b/prepare @@ -37,8 +37,7 @@ # SILC Distribution versions. Set here or give the version on the command # line as argument. # -SILC_VERSION=0.6.2 # Base version - +SILC_VERSION=0.8.2 # Base version ############################################################################# @@ -131,14 +130,6 @@ autoconf autoheader >/dev/null 2>/dev/null automake -echo "Preparing trq" -cd lib/trq -aclocal -autoconf -autoheader /dev/null -automake >/dev/null 2>/dev/null -cd ../.. - echo "Preparing mpi" cd lib/silcmath/mpi aclocal @@ -163,6 +154,7 @@ file=irssi/irssi-version.h.in version_date=`date +%Y%m%d` echo "/* automatically created by autogen.sh */" > $file echo "#define IRSSI_VERSION \"$dist_version (Irssi base: @VERSION@ - SILC base: SILC Toolkit $version)\"" >>$file -echo "#define IRSSI_VERSION_DATE \"$version_date\"" >> $file +echo "#define IRSSI_VERSION_DATE $version_date" >> $file +echo "#define IRSSI_VERSION_TIME $version_date" >> $file echo "Done, now run ./configure and make."