add E_VERSION_MAJOR define for external module usage

Desktop / Enlightenment / Enlightenment - Mike Blumenkrantz [osg.samsung.com] - 5 January 2015 14:49 UTC

this should simplify writing modules with conditional code for different versions of e

###

diff --git a/src/bin/e.h b/src/bin/e.h
index e73d8a0..299eb6d 100644
--- a/src/bin/e.h
+++ b/src/bin/e.h
@@ -1,6 +1,8 @@
#ifndef E_H
# define E_H

+# define E_VERSION_MAJOR 20
+
/**
* @defgroup API Enlightenment API
*

ba5c079 add E_VERSION_MAJOR define for external module usage
src/bin/e.h | 2 ++
1 file changed, 2 insertions(+)

Upstream: git.enlightenment.org


  • Share