[Initng-svn] r4334 - initng/trunk/src

svn at initng.thinktux.net svn at initng.thinktux.net
Thu Jun 1 13:05:32 CEST 2006


Author: jimmy
Date: Thu Jun  1 13:05:31 2006
New Revision: 4334

Modified:
   initng/trunk/src/initng.h

Log:
Important increase API_VERSION.


Modified: initng/trunk/src/initng.h
==============================================================================
--- initng/trunk/src/initng.h	(original)
+++ initng/trunk/src/initng.h	Thu Jun  1 13:05:31 2006
@@ -56,7 +56,7 @@
 #define INITNG_CREATOR "Jimmy Wennlund <jimmy.wennlund at gmail.com>"
 
 /* Add to this counter everytime the api changes, and plugins need to recompile */
-#define API_VERSION 16
+#define API_VERSION 17
 
 /* define this macro in start of every plugin to check api version */
 #define INITNG_PLUGIN_MACRO int plugin_api_version = API_VERSION;


More information about the Initng-svn mailing list