diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-07-16 06:36:02 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-07-16 06:36:02 +0000 |
commit | 2c1b533d13fb5af77d4873f892296ce3692937cf (patch) | |
tree | f4218a4f841bb7aca506e0b2bfb9c2ccf522178b /legacy/embryo | |
parent | a7a4fbbe7461a03ba1c060bbe723b473a138d1d4 (diff) |
fix minor version defines to be at 1.6 (in sync now) ready for going
to 7 on release.
SVN revision: 73906
Diffstat (limited to 'legacy/embryo')
-rw-r--r-- | legacy/embryo/src/lib/Embryo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/embryo/src/lib/Embryo.h b/legacy/embryo/src/lib/Embryo.h index 472194a057..2cea7fc275 100644 --- a/legacy/embryo/src/lib/Embryo.h +++ b/legacy/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 2 | 344 | #define EMBRYO_VERSION_MINOR 6 |
345 | 345 | ||
346 | typedef struct _Embryo_Version | 346 | typedef struct _Embryo_Version |
347 | { | 347 | { |