fix minor version defines to be at 1.6 (in sync now) ready for going
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Jul 2012 06:36:02 +0000 (06:36 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Jul 2012 06:36:02 +0000 (06:36 +0000)
to 7 on release.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@73906 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/Ecore.h

index f283849..b71a168 100644 (file)
@@ -396,7 +396,7 @@ EAPI int ecore_shutdown(void);
  */
 
 #define ECORE_VERSION_MAJOR 1
-#define ECORE_VERSION_MINOR 2
+#define ECORE_VERSION_MINOR 6
 
 typedef struct _Ecore_Version
 {