~lyx-outline-devel/lyx/lyx-stable.20x

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Richard Heck
  • Date: 2014-04-13 17:59:22 UTC
  • Revision ID: git-v1:8e62a1c26ee2fa8c45140fa0b74e77e9e9798499
Start preparing for 2.0.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process with autoconf to generate configure script   -*- sh -*-
2
2
 
3
 
AC_INIT(LyX,2.0.8dev,[lyx-devel@lists.lyx.org],[lyx])
 
3
AC_INIT(LyX,2.0.8,[lyx-devel@lists.lyx.org],[lyx])
4
4
# Use ISO format only. The frontend needs to parse this
5
 
AC_SUBST(LYX_DATE, ["2014-01-24"])
 
5
AC_SUBST(LYX_DATE, ["2014-04-14"])
6
6
AC_PREREQ(2.52)
7
7
AC_CONFIG_SRCDIR(src/main.cpp)
8
8
AC_CONFIG_HEADERS([config.h])