update header #defined versions to 1.8 to make sure new apis are used

in e17 only with ifdefs.



SVN revision: 75994
This commit is contained in:
Carsten Haitzler 2012-09-03 09:55:34 +00:00
parent f89a528449
commit eb9dd0c685
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@ extern "C"
#include <elm_getting_started.h>
#include <elm_authors.h>
#define ELM_VERSION_MAJOR @VMAJ@
#define ELM_VERSION_MINOR @VMIN@
#define ELM_VERSION_MAJOR 1
#define ELM_VERSION_MINOR 8
typedef struct _Elm_Version
{