aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-07-15 16:46:36 -0700
committerEric Anholt <eric@anholt.net>2015-07-15 16:46:36 -0700
commite2c33af5bfcfc9d168f9e776156dd47c33f428b3 (patch)
tree8ffcb3719f2b027bce8e912ac71a647c6f37b4da /configure.ac
parent35016b75894adbf8eabb6682f80f68dfca14300c (diff)
downloadlibepoxy-e2c33af5bfcfc9d168f9e776156dd47c33f428b3.tar.gz
Bump to version 1.3.1 for release.
A small bug was noticed during debian packaging.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])