diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-22 21:40:14 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-22 21:40:14 -0700 |
commit | 4d26102ace67377e88ba087e52ca894e0ffd2ebf (patch) | |
tree | 1bb1175831d469580d3f0b044327dad3285b72e7 | |
parent | 665f990f72b0518d7ea604affd935c6a2297058a (diff) |
videoproto 2.3.2videoproto-2.3.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d4b5e65..cc0c203 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([VideoProto], [2.3.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([VideoProto], [2.3.2], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AC_CONFIG_SRCDIR([Makefile.am]) # Initialize Automake |