X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=prepare;h=71c75d6343baa58f0f573ca2a8ecf06a2dca4e47;hb=refs%2Fheads%2Fsilc.protocol.1.0.branch;hp=db3d2eb83c883b0fb7b1432979174e4e12dec60c;hpb=6394d86063413bc1c473723f3ef971840195bcd3;p=silc.git diff --git a/prepare b/prepare index db3d2eb8..71c75d63 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.7.1 # Base version +SILC_VERSION=0.8.2 # Base version ############################################################################# @@ -130,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 @@ -162,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."