From 64e6110d8c9e1fa55972a9457634da3b3ba96f1d Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 26 Nov 2014 15:35:47 -0500 Subject: [PATCH] Bump to patch release 2.5.10_p1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 37d5d57..6114371 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.69) -AC_INIT([QSopt_ex], [2.5.10], [https://github.com/jonls/qsopt-ex/issues]) +AC_INIT([QSopt_ex], [2.5.10_p1], [https://github.com/jonls/qsopt-ex/issues]) AC_CONFIG_SRCDIR([src/esolver.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])