diff options
-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'> |