diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 00:38:53 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 00:38:53 +0000 |
commit | a27ff6109baf266d414db756549eba0b6e4dcaf5 (patch) | |
tree | bf2e88e87fc8cbd93976548d7b562bcb4d0cab06 /configure.ac | |
parent | 32a12b87526bdeeeadc6859cc2c440d74846d935 (diff) |
Change version to 1.1.0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cbc3b52..5f5b4cf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,3 @@ - dnl Copyright 2005 Red Hat, Inc. dnl dnl Permission to use, copy, modify, distribute, and sell this software and its @@ -23,7 +22,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libXvMC, 7.0.0, [sandmann@redhat.com], libXvMC) +AC_INIT(libXvMC, 1.1.0, [sandmann@redhat.com], libXvMC) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |