summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2004-01-17 03:58:52 +0000
committerDaniel Stone <daniel@fooishbar.org>2004-01-17 03:58:52 +0000
commit3d6cd34420c0ca10b9ece245d74923074f2ca7a1 (patch)
treec6413439acdc62d0462115184d56dad5444ac57c
parentb0afc5e6982ee6d3c525eb965e3c27aa729c591e (diff)
downloadxorg-proto-fixesproto-3d6cd34420c0ca10b9ece245d74923074f2ca7a1.tar.gz
And bump the fixes extension to 2.0.1 as well; yay. Some minor changes over 2.0.FIXES-2_0_1-RELEASE
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ee7d467..79e4de0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
2004-01-15 Daniel Stone <daniel@fooishbar.org>
- * Tag release 2.0 for first freedesktop.org clientside lib release.
+ * Tag release 2.0.1 for first freedesktop.org clientside lib release.
2003-11-21 Keith Packard <keithp@keithp.com>
diff --git a/configure.ac b/configure.ac
index e6d464a..082b8c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl
-dnl $Id: configure.ac,v 1.2 2003-11-03 01:47:23 keithp Exp $
+dnl $Id: configure.ac,v 1.3 2004-01-17 03:58:52 daniel Exp $
dnl
dnl Copyright © 2003 Keith Packard, Noah Levitt
dnl
@@ -24,7 +24,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT([fixesext], [2.0], [keithp@keithp.com], fixesext)
+AC_INIT([fixesext], [2.0.1], [keithp@keithp.com], fixesext)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE