From c21d1a63f818c91bdb94da4caa78140db63b3586 Mon Sep 17 00:00:00 2001 From: raster Date: Mon, 16 Jul 2012 06:36:02 +0000 Subject: [PATCH] fix minor version defines to be at 1.6 (in sync now) ready for going to 7 on release. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@73906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/include/eina_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/eina_main.h b/src/include/eina_main.h index d45d870..7ab57fc 100644 --- a/src/include/eina_main.h +++ b/src/include/eina_main.h @@ -50,7 +50,7 @@ * @def EINA_VERSION_MINOR * @brief Minor version of Eina */ -#define EINA_VERSION_MINOR 2 +#define EINA_VERSION_MINOR 6 /** * @typedef Eina_Version -- 2.7.4