From 11148249b469530f1fe1eb0118e302a0e7114d67 Mon Sep 17 00:00:00 2001 From: Theodore Kisner Date: Fri, 30 Jun 2017 13:59:14 -0700 Subject: [PATCH] Bump version to 1.0.3 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index dfe6a06..c9332b9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl +------------------------ dnl | Initialize package info dnl +------------------------ -AC_INIT([HARP], [1.0.2], [work@theodorekisner.com], [harp], [https://theodorekisner.com/software/harp/]) +AC_INIT([HARP], [1.0.3], [work@theodorekisner.com], [harp], [https://theodorekisner.com/software/harp/]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_HEADERS(config.h) @@ -17,7 +17,7 @@ dnl | current, and set revision to 0. If any interfaces have been added dnl | since the last public release, then increment age. If any interfaces dnl | have been removed since the last public release, then set age to 0. dnl +------------------------- -HARP_LT_VERSION="0:0:0" +HARP_LT_VERSION="0:1:0" AC_SUBST(HARP_LT_VERSION) dnl +---------------------------------------- dnl | Check OS. Basically on Darwin we have to jump through hoops