summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-08-22 00:02:31 +0000
committerMark Spruiell <mes@zeroc.com>2003-08-22 00:02:31 +0000
commit1ae303bf43e7c47df8b0298135e5b13ce3e3eacf (patch)
treed5934a1485c2c353d7551474a5af722a9b3aaa81 /php/src
parentminor fixes (diff)
downloadice-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.h3
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"'.