From 26b2ecf44eac68810400ec07a4c361f2a92d0fed Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Mon, 9 Feb 2015 11:28:16 -0600 Subject: [PATCH] Ephoto: stay consistent with previous Ephoto version scheme for packaging --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d061b09..cf71ebf 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 -EFL_VERSION([0], [0], [1], [dev]) +EFL_VERSION([0], [1], [1], [dev]) AC_INIT([ephoto], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60])