fix minor version defines to be at 1.6 (in sync now) ready for going

to 7 on release.



SVN revision: 73906
devs/devilhorns/wayland_egl
Carsten Haitzler 12 years ago
parent a7a4fbbe74
commit 2c1b533d13
  1. 2
      legacy/ecore/src/lib/ecore/Ecore.h
  2. 2
      legacy/edje/src/lib/Edje.h
  3. 2
      legacy/eeze/src/lib/Eeze.h
  4. 2
      legacy/efreet/src/lib/Efreet.h
  5. 2
      legacy/eina/src/include/eina_main.h
  6. 2
      legacy/eio/src/lib/Eio.h
  7. 2
      legacy/embryo/src/lib/Embryo.h
  8. 2
      legacy/emotion/src/lib/Emotion.h
  9. 2
      legacy/evas/src/lib/Evas.h

@ -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
{

@ -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
{

@ -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
{

@ -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
{

@ -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

@ -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

@ -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
{

@ -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
{

@ -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
{

Loading…
Cancel
Save