diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-18 17:25:29 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-18 17:25:29 -0700 |
commit | d9394f92e35b74a5ff7a806d82fd3c4ebd3476c3 (patch) | |
tree | ec12708aa7b054d5572b817eaa0569b397f11840 | |
parent | bced00cd0359cdbff718e074902572cfb5a4d182 (diff) |
1.2.99.901 (1.3 RC 1) snapshot for X11R7.5 RC1 docsxorg-sgml-doctools-1.2.99.901
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | defs.ent | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index a9c4406..ef20518 100644 --- a/configure.ac +++ b/configure.ac @@ -21,11 +21,11 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xorg-sgml-doctools,[1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xorg-sgml-doctools) +AC_INIT(xorg-sgml-doctools,[1.2.99.901], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xorg-sgml-doctools) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -# Require xorg-macros: XORG_CWARNFLAGS, XORG_CHANGELOG +# Require xorg-macros: XORG_RELEASE_VERSION, XORG_CHANGELOG m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])]) XORG_MACROS_VERSION(1.2) AC_PROG_INSTALL @@ -14,15 +14,15 @@ <!ENTITY nextfullreldate CDATA "2010"> <!ENTITY whichfullrel CDATA "sixth"> -<!ENTITY rcnum CDATA "0"> +<!ENTITY rcnum CDATA "1"> <!-- These should be set according to which snapshot/release this is --> <!ENTITY % firstsnap 'IGNORE'> <!ENTITY % latersnap 'IGNORE'> -<!ENTITY % snapshot 'IGNORE'> -<!ENTITY % notsnapshot 'INCLUDE'> -<!ENTITY % relcandidate 'IGNORE'> -<!ENTITY % release 'INCLUDE'> +<!ENTITY % snapshot 'INCLUDE'> +<!ENTITY % notsnapshot 'IGNORE'> +<!ENTITY % relcandidate 'INCLUDE'> +<!ENTITY % release 'IGNORE'> <!ENTITY % firstrel 'IGNORE'> <!ENTITY % earlyrel 'IGNORE'> <!ENTITY % laterrel 'INCLUDE'> |