summaryrefslogtreecommitdiff
path: root/php/src
diff options
context:
space:
mode:
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"'.