update all minor versions to 2 (or 6) - and yes. i missed making most

be 1.1 (or 1.5) for the last release. too late. THIS is why i'm sick
and tired of all the bloody separate libs that have to be versiioned
and build and released separately. :( too many places to go fix up per
release.



SVN revision: 67284
devs/devilhorns/wayland_egl
Carsten Haitzler 12 years ago
parent 47d0c9c67b
commit 0e9a475092
  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/embryo/src/lib/Embryo.h
  7. 2
      legacy/evas/src/lib/Evas.h

@ -479,7 +479,7 @@ extern "C" {
#endif
#define EDJE_VERSION_MAJOR 1
#define EDJE_VERSION_MINOR 0
#define EDJE_VERSION_MINOR 2
typedef struct _Edje_Version
{

@ -188,7 +188,7 @@ extern "C" {
*/
#define EET_VERSION_MAJOR 1
#define EET_VERSION_MINOR 4
#define EET_VERSION_MINOR 6
/**
* @typedef Eet_Version
*

@ -223,7 +223,7 @@ struct Eeze_Udev_Watch;
typedef struct Eeze_Udev_Watch Eeze_Udev_Watch;
#define EEZE_VERSION_MAJOR 1
#define EEZE_VERSION_MINOR 1
#define EEZE_VERSION_MINOR 2
typedef struct _Eeze_Version
{

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

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

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

@ -343,7 +343,7 @@ extern "C" {
#endif
#define EVAS_VERSION_MAJOR 1
#define EVAS_VERSION_MINOR 0
#define EVAS_VERSION_MINOR 2
typedef struct _Evas_Version
{

Loading…
Cancel
Save