update header #defined versions to 1.8 to make sure new apis are used

in e17 only with ifdefs.



SVN revision: 75994
devs/devilhorns/wayland_egl
Carsten Haitzler 11 years ago
parent 09d2cf7ad6
commit 0e77364887
  1. 2
      legacy/edje/src/lib/Edje.h
  2. 2
      legacy/eet/src/lib/Eet.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/ethumb/src/lib/Ethumb.h
  10. 2
      legacy/evas/src/lib/Evas.h

@ -305,7 +305,7 @@ extern "C" {
#endif
#define EDJE_VERSION_MAJOR 1
#define EDJE_VERSION_MINOR 7
#define EDJE_VERSION_MINOR 8
typedef struct _Edje_Version
{

@ -188,7 +188,7 @@ extern "C" {
*/
#define EET_VERSION_MAJOR 1
#define EET_VERSION_MINOR 7
#define EET_VERSION_MINOR 8
/**
* @typedef Eet_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 7
#define EEZE_VERSION_MINOR 8
typedef struct _Eeze_Version
{

@ -59,7 +59,7 @@ extern "C" {
#endif
#define EFREET_VERSION_MAJOR 1
#define EFREET_VERSION_MINOR 7
#define EFREET_VERSION_MINOR 8
typedef struct _Efreet_Version
{

@ -50,7 +50,7 @@
* @def EINA_VERSION_MINOR
* @brief Minor version of Eina
*/
#define EINA_VERSION_MINOR 7
#define EINA_VERSION_MINOR 8
/**
* @typedef Eina_Version

@ -61,7 +61,7 @@ extern "C" {
#endif
#define EIO_VERSION_MAJOR 1
#define EIO_VERSION_MINOR 7
#define EIO_VERSION_MINOR 8
/**
* @typedef Eio_Version

@ -341,7 +341,7 @@ extern "C" {
#endif
#define EMBRYO_VERSION_MAJOR 1
#define EMBRYO_VERSION_MINOR 7
#define EMBRYO_VERSION_MINOR 8
typedef struct _Embryo_Version
{

@ -248,7 +248,7 @@ extern "C" {
#endif
#define EMOTION_VERSION_MAJOR 1
#define EMOTION_VERSION_MINOR 7
#define EMOTION_VERSION_MINOR 8
typedef struct _Emotion_Version
{

@ -34,7 +34,7 @@ extern "C" {
#endif
#define ETHUMB_VERSION_MAJOR 1
#define ETHUMB_VERSION_MINOR 7
#define ETHUMB_VERSION_MINOR 8
typedef struct _Ethumb_Version
{

@ -352,7 +352,7 @@ extern "C" {
#endif
#define EVAS_VERSION_MAJOR 1
#define EVAS_VERSION_MINOR 7
#define EVAS_VERSION_MINOR 8
typedef struct _Evas_Version
{

Loading…
Cancel
Save