fix minor version defines to be at 1.6 (in sync now) ready for going
authorCarsten Haitzler <raster@rasterman.com>
Mon, 16 Jul 2012 06:36:02 +0000 (06:36 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 16 Jul 2012 06:36:02 +0000 (06:36 +0000)
to 7 on release.

SVN revision: 73906

legacy/ecore/src/lib/ecore/Ecore.h
legacy/edje/src/lib/Edje.h
legacy/eeze/src/lib/Eeze.h
legacy/efreet/src/lib/Efreet.h
legacy/eina/src/include/eina_main.h
legacy/eio/src/lib/Eio.h
legacy/embryo/src/lib/Embryo.h
legacy/emotion/src/lib/Emotion.h
legacy/evas/src/lib/Evas.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
 {
index fdbdfcc..beaedc3 100644 (file)
@@ -305,7 +305,7 @@ extern "C" {
 #endif
 
 #define EDJE_VERSION_MAJOR 1
-#define EDJE_VERSION_MINOR 2
+#define EDJE_VERSION_MINOR 6
 
    typedef struct _Edje_Version
      {
index 5321200..49a7376 100644 (file)
@@ -234,7 +234,7 @@ struct Eeze_Udev_Watch;
 typedef struct Eeze_Udev_Watch Eeze_Udev_Watch;
 
 #define EEZE_VERSION_MAJOR 1
-#define EEZE_VERSION_MINOR 2
+#define EEZE_VERSION_MINOR 6
 
    typedef struct _Eeze_Version
      {
index f8ddb58..4826f32 100644 (file)
@@ -59,7 +59,7 @@ extern "C" {
 #endif
 
 #define EFREET_VERSION_MAJOR 1
-#define EFREET_VERSION_MINOR 2
+#define EFREET_VERSION_MINOR 6
    
    typedef struct _Efreet_Version
      {
index d45d870..7ab57fc 100644 (file)
@@ -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
index e0ceff4..23f2ae1 100644 (file)
@@ -61,7 +61,7 @@ extern "C" {
 #endif
 
 #define EIO_VERSION_MAJOR 1
-#define EIO_VERSION_MINOR 0
+#define EIO_VERSION_MINOR 6
 
     /**
     * @typedef Eio_Version
index 472194a..2cea7fc 100644 (file)
@@ -341,7 +341,7 @@ extern "C" {
 #endif
 
 #define EMBRYO_VERSION_MAJOR 1
-#define EMBRYO_VERSION_MINOR 2
+#define EMBRYO_VERSION_MINOR 6
    
    typedef struct _Embryo_Version
      {
index 7695a68..37e5acd 100644 (file)
@@ -248,7 +248,7 @@ extern "C" {
 #endif
 
 #define EMOTION_VERSION_MAJOR 1
-#define EMOTION_VERSION_MINOR 0
+#define EMOTION_VERSION_MINOR 6
    
    typedef struct _Emotion_Version
      {
index 192e9e9..f159fd2 100644 (file)
@@ -352,7 +352,7 @@ extern "C" {
 #endif
 
 #define EVAS_VERSION_MAJOR 1
-#define EVAS_VERSION_MINOR 2
+#define EVAS_VERSION_MINOR 6
 
 typedef struct _Evas_Version
 {