diff options
author | Keith Packard <keithp@keithp.com> | 2013-10-31 17:21:53 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-10-31 17:21:53 -0700 |
commit | 1fb0fd555a16dd8fce4abc6d3fd22b315f46762a (patch) | |
tree | bb310c2464fc73d8f89c69a9e7345de6f85a8a0b | |
parent | adf920aa25c1709998c7c9276927061bd58e2dfc (diff) |
Update to version 1.3.0xtrans-1.3.0
Adds FD passing interfaces and pulls in current patches past 1.2.7
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cc3c006..8c3aa3d 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xtrans], [1.2.7], +AC_INIT([xtrans], [1.3.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xtrans]) AC_CONFIG_SRCDIR([Makefile.am]) |