From 01af89d1648de796e598cc4c39c890f27a30c6f9 Mon Sep 17 00:00:00 2001 From: Stephen 'Okra' Houston Date: Mon, 21 Aug 2017 15:59:36 -0500 Subject: [PATCH] Ephoto: Bump version to 1.5 - A bugfix Release and Bridge from 1.0 to 2.0. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3622571..3a95c9e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT([ephoto], [1.0], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([ephoto], [1.5], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac])