asparagus time...

SVN revision: 23679
This commit is contained in:
Carsten Haitzler 2006-07-03 04:08:47 +00:00
parent cfcb069c8f
commit 21b68f1e73
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ AC_INIT(configure.in)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_ISC_POSIX
AM_INIT_AUTOMAKE(enlightenment, 0.16.999.028)
AM_INIT_AUTOMAKE(enlightenment, 0.16.999.029)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN

View File

@ -3,7 +3,7 @@
*/
#ifdef E_TYPEDEFS
#define E_MODULE_API_VERSION 3
#define E_MODULE_API_VERSION 4
typedef struct _E_Module E_Module;
typedef struct _E_Module_Api E_Module_Api;