aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo/src/lib/Embryo.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/embryo/src/lib/Embryo.h
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/embryo/src/lib/Embryo.h')
-rw-r--r--libraries/embryo/src/lib/Embryo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/embryo/src/lib/Embryo.h b/libraries/embryo/src/lib/Embryo.h
index ea273cf..74c872b 100644
--- a/libraries/embryo/src/lib/Embryo.h
+++ b/libraries/embryo/src/lib/Embryo.h
@@ -341,7 +341,7 @@ extern "C" {
341#endif 341#endif
342 342
343#define EMBRYO_VERSION_MAJOR 1 343#define EMBRYO_VERSION_MAJOR 1
344#define EMBRYO_VERSION_MINOR 0 344#define EMBRYO_VERSION_MINOR 2
345 345
346 typedef struct _Embryo_Version 346 typedef struct _Embryo_Version
347 { 347 {