diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-08-22 00:02:31 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-08-22 00:02:31 +0000 |
commit | 1ae303bf43e7c47df8b0298135e5b13ce3e3eacf (patch) | |
tree | d5934a1485c2c353d7551474a5af722a9b3aaa81 /php/src | |
parent | minor fixes (diff) | |
download | ice-1ae303bf43e7c47df8b0298135e5b13ce3e3eacf.tar.bz2 ice-1ae303bf43e7c47df8b0298135e5b13ce3e3eacf.tar.xz ice-1ae303bf43e7c47df8b0298135e5b13ce3e3eacf.zip |
adding makedist.py
Diffstat (limited to 'php/src')
-rw-r--r-- | php/src/ice/php_ice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php/src/ice/php_ice.h b/php/src/ice/php_ice.h index d3feed38fc9..9ee63018e09 100644 --- a/php/src/ice/php_ice.h +++ b/php/src/ice/php_ice.h @@ -15,6 +15,9 @@ #ifndef PHP_ICE_H #define PHP_ICE_H +#define ICEPHP_STRING_VERSION "0.0.1" +#define ICEPHP_INT_VERSION 00001 // AABBCC, with AA=major, BB=minor, CC=patch + /* * This file may be included by PHP's build system, therefore we have * to guard the use of 'extern "C"'. |