billiob pushed a commit to branch master.

commit 84c383dc1a78df13ade3948a87ab8925e2e2258e
Author: Boris Faure <[email protected]>
Date:   Thu Aug 29 15:28:32 2013 +0200

    export EFL_VERSION_MAJOR/MINOR
---
 ChangeLog                    | 2 +-
 src/bin/edje/edje_cc_parse.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9166cb3..1e883c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2013-08-29  Boris Faure
 
-       * Edje: export EINA_VERSION_MAJOR/MINOR when compiling edc files
+       * Edje: export EFL_VERSION_MAJOR/MINOR when compiling edc files
 
 2013-08-29  Cedric Bail
 
diff --git a/src/bin/edje/edje_cc_parse.c b/src/bin/edje/edje_cc_parse.c
index 946149a..3f1f658 100644
--- a/src/bin/edje/edje_cc_parse.c
+++ b/src/bin/edje/edje_cc_parse.c
@@ -858,13 +858,13 @@ compile(void)
           {
              if (anotate)
                snprintf(buf, sizeof(buf), "%s -anotate -a %s %s -I%s %s -o %s"
-                        " -DEINA_VERSION_MAJOR=%d -DEFL_VERSION_MINOR=%d",
+                        " -DEFL_VERSION_MAJOR=%d -DEFL_VERSION_MINOR=%d",
                         buf2, watchfile ? watchfile : "/dev/null", file_in,
                         inc, def, tmpn,
                         EINA_VERSION_MAJOR, EINA_VERSION_MINOR);
              else
                snprintf(buf, sizeof(buf), "%s -a %s %s -I%s %s -o %s"
-                        " -DEINA_VERSION_MAJOR=%d -DEFL_VERSION_MINOR=%d",
+                        " -DEFL_VERSION_MAJOR=%d -DEFL_VERSION_MINOR=%d",
                         buf2, watchfile ? watchfile : "/dev/null", file_in,
                         inc, def, tmpn,
                         EINA_VERSION_MAJOR, EINA_VERSION_MINOR);

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to