From: Lars Gullik Bjønnes Date: Sat, 11 Feb 2006 19:49:00 +0000 (+0000) Subject: Change to 'svn' as the development tag X-Git-Tag: 1.6.10~13617 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=27b4472dfd4a2cb0e6b15c205eb7ecadabb857ae;p=lyx.git Change to 'svn' as the development tag git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13210 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 2e29c46b7f..11f87054d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-11 Lars Gullik Bjønnes + + * configure.ac: + * config/lyxinclude.m4: Use 'svn' as the development tag + 2006-02-10 Lars Gullik Bjønnes * Delete all .cvsignore files from the source tree diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index dadb8ff13f..d1a657782c 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -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." diff --git a/configure.ac b/configure.ac index 4d8be475f8..aa6b6a1f46 100644 --- a/configure.ac +++ b/configure.ac @@ -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])