From 118565cd8e8a352303d53643558adca9ec1c6406 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 15 Jul 2015 16:13:12 -0700 Subject: [PATCH] Bump version to 1.3 for release. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d8d09496..371e651f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libepoxy], - [1.2], + [1.3], [https://github.com/anholt/libepoxy], [libepoxy]) AC_CONFIG_SRCDIR([Makefile.am])