From e2c33af5bfcfc9d168f9e776156dd47c33f428b3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 15 Jul 2015 16:46:36 -0700 Subject: [PATCH] Bump to version 1.3.1 for release. A small bug was noticed during debian packaging. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 371e651..2d67726 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libepoxy], - [1.3], + [1.3.1], [https://github.com/anholt/libepoxy], [libepoxy]) AC_CONFIG_SRCDIR([Makefile.am])