diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-05-21 04:13:23 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-05-21 04:13:23 +0000 |
commit | 6b9a6d5696f2324b7982ee958f51de9a21297285 (patch) | |
tree | d54a582e038339b691584c57b2f1f9c2227337a5 | |
parent | 1cdce3bdede75f204d241c254c51b60c248369dc (diff) | |
download | xorg-proto-printproto-6b9a6d5696f2324b7982ee958f51de9a21297285.tar.gz |
Set version to 1.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 77e872f..803a64c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([PrintProto], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([PrintProto], [1.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile |