diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-05-21 03:46:57 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-05-21 03:46:57 +0000 |
commit | 41700c770a1687d1acab5531eee81ff251948f99 (patch) | |
tree | 3aa71fc9064271493a1d167f2bac6ccc12e075f0 | |
parent | c009d17f803b8af11145803d3abf2433d1c87d55 (diff) |
Change 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 851da63..153ab45 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([BigReqsProto], [7.0], [xorg@lists.freedesktop.org]) +AC_INIT([BigReqsProto], [1.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile |