Ready for 6.0.1

MAINT_6_0
Stephane Bortzmeyer 17 years ago
parent d6426b82ed
commit 6135490262

@ -1,6 +1,6 @@
6.0.1 (NOT RELEASED YET)
6.0.1 (2007-04-04)
* Bug fixes
* Bug fixes only
6.0.0 (2007-03-26)

@ -60,7 +60,8 @@ debug:
$(MAKE) DEBUG=1 CFLAGS='-g -O0'
upload:
@echo "Have you updated ChangeLog and tagged everything?"
@echo "Have you updated configure-common.ac and ChangeLog and committed?"
@echo "Then, have you ran \"make distcheck\" and tagged everything?"
@echo "[Tag is 'svn copy -m \"TAG Release x.y.z\" ${SVN_REPO}/trunk ${SVN_REPO}/tags/RELEASE_x_y_z']"
@echo "If so, make upload-force"

@ -1,5 +1,5 @@
dnl $Id$
AC_INIT(echoping, 6.0.1-BETA, bortz@users.sourceforge.net)
AC_INIT(echoping, 6.0.1, bortz@users.sourceforge.net)
AC_CANONICAL_HOST
AC_PROG_CC(cc gcc)
AC_LIBTOOL_DLOPEN

@ -305,6 +305,7 @@ else
fi
AC_DEFINE_UNQUOTED(PLUGINS_DIR, "$plugins_dir", [Directory where the plugins will be installed])
AC_SUBST(plugins_dir)
# TODO: make distcheck complains here that "plugins" does not exist???
echo $plugins_dir > plugins/dir
AC_CONFIG_SUBDIRS(plugins)

Loading…
Cancel
Save