]> git.lyx.org Git - features.git/commitdiff
Change to 'svn' as the development tag
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 11 Feb 2006 19:49:00 +0000 (19:49 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 11 Feb 2006 19:49:00 +0000 (19:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13210 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
config/lyxinclude.m4
configure.ac

index 2e29c46b7f6fa3cc336ca5698fb82e0730838791..11f87054d059772de4ac0b948159bdc20f03b82b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-11  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * configure.ac:
+       * config/lyxinclude.m4: Use 'svn' as the development tag
+
 2006-02-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Delete all .cvsignore files from the source tree
index dadb8ff13f907ee04b022b32413c9faad331ea17..d1a657782cf898c50d88e9cfbdfe24778cceb748 100644 (file)
@@ -8,7 +8,7 @@ dnl Usage LYX_CHECK_VERSION   Displays version of LyX being built and
 dnl sets variables "lyx_devel_version" and "lyx_prerelease"
 AC_DEFUN([LYX_CHECK_VERSION],[
 echo "configuring LyX version $VERSION"
-if echo AC_PACKAGE_VERSION | grep 'cvs' >/dev/null ; then
+if echo AC_PACKAGE_VERSION | grep 'svn' >/dev/null ; then
   lyx_devel_version=yes
   AC_DEFINE(DEVEL_VERSION, 1, [Define if you are building a development version of LyX])
   echo "WARNING: This is a development version. Expect bugs."
index 4d8be475f85cfa3f75081c0b91a09488b539e515..aa6b6a1f4684112b404f8e7c2a6f9af0a8eb8331 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process with autoconf to generate configure script   -*- sh -*-
 
-AC_INIT(LyX,1.4.0cvs,[lyx-devel@lists.lyx.org],[lyx])
+AC_INIT(LyX,1.4.0svn,[lyx-devel@lists.lyx.org],[lyx])
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR(src/main.C)
 AC_CONFIG_HEADERS([src/config.h])