Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
svn path=/branches/mono-2-4-2/debugger/; revision=144407
  • Loading branch information
Andrew Jorgensen committed Oct 19, 2009
1 parent a6d75a8 commit 9fb408f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
Expand Up @@ -99,7 +99,7 @@ echo "Running autoconf ..."
autoconf || { echo "**Error**: autoconf failed."; exit 1; }


conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
conf_flags="--enable-maintainer-mode" #--enable-iso-c

if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2,7 +2,7 @@
AC_INIT(README)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(mono-debugger, 2.4.2.1)
AM_INIT_AUTOMAKE(mono-debugger, 2.4.2.2)
AM_MAINTAINER_MODE

AC_CHECK_TOOL(CC, gcc, gcc)
Expand Down

0 comments on commit 9fb408f

Please sign in to comment.