summaryrefslogtreecommitdiff
path: root/iup/src/iup.c
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
committerPixel <pixel@nobis-crew.org>2010-06-15 00:59:57 -0700
commiteed0eb6a476d54ce19aeff137984aa981d9e3976 (patch)
tree807891636efd2f87dcbd261e971216269973ae07 /iup/src/iup.c
parentccc8261e4d48de89da4ddfe7b55e378ae0cd6f47 (diff)
Upgrading to iup 3.1
Diffstat (limited to 'iup/src/iup.c')
-rwxr-xr-xiup/src/iup.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/iup/src/iup.c b/iup/src/iup.c
index df4bf34..d103af5 100755
--- a/iup/src/iup.c
+++ b/iup/src/iup.c
@@ -36,8 +36,10 @@
* \subsection com File Comments (at start)
* - Check an existant file for example.
*
- * \subsection inc Include Defines
- * - __IUPXXX_H (same file name, upper case, "__" preffix and replace "." by "_")
+ * \subsection def Defines
+ * - __IUPXXX_H (for include file, same file name, upper case, "__" preffix and replace "." by "_")
+ * - IUP_XXX (for enumerations)
+ * - iupXXX (for macros, complement with Function Names rules)
*
* \subsection doc Documentation
* - In the header, using Doxygen commands.
@@ -58,7 +60,7 @@
#include "iup.h"
/* This appears only here to avoid changing the iup.h header fo bug fixes */
-#define IUP_VERSION_FIX " RC3"
+#define IUP_VERSION_FIX ""
#define IUP_VERSION_FIX_NUMBER 0
const char iup_ident[] =