The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 67e9caba8ac91f77f17f3c0ff4be204c04caa260
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Wed Jul 4 12:18:15 2012 +0200

    Handle version numbers like 2.0.5dev in LYX_CHECK_VERSION

diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4
index 7dfcd79..458fc8e 100644
--- a/config/lyxinclude.m4
+++ b/config/lyxinclude.m4
@@ -22,7 +22,7 @@ AC_ARG_ENABLE(build-type,
     *) AC_ERROR([Bad build type specification \"$enableval\". Please use one 
of rel(ease), pre(release), dev(elopment), prof(iling), or gprof]);;
    esac],
   [case AC_PACKAGE_VERSION in
-    *svn*) build_type=development;;
+    *svn*|*dev*) build_type=development;;
     *pre*|*alpha*|*beta*|*rc*) build_type=prerelease;;
     *) build_type=release ;;
    esac])
diff --git a/status.20x b/status.20x
index 248312c..025f314 100644
--- a/status.20x
+++ b/status.20x
@@ -107,4 +107,6 @@ What's new
 
 * BUILD/INSTALLATION
 
+- recognize version numbers like 2.0.5dev as development versions when
+  computing the default value of --enable-build-type.
 

-----------------------------------------------------------------------

Summary of changes:
 config/lyxinclude.m4 |    2 +-
 status.20x           |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to