diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-10 07:03:55 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-10 07:03:55 -0800 |
commit | f84853d97d5749308992412a215fa518b6536eb3 (patch) | |
tree | 1c29edbcae4f020ba60224c6b7b2d46ca3c4ad49 | |
parent | 7adf6d08b7d9fe1304f8c37f5a9152df97a6344d (diff) |
glproto: bump version to 1.4.17 for releaseglproto-1.4.17
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 0451193..7b0c608 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([GLProto], [1.4.16], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([GLProto], [1.4.17], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) # Require xorg-macros: XORG_DEFAULT_OPTIONS |