summaryrefslogtreecommitdiff
path: root/include/version.h
diff options
context:
space:
mode:
authorMartijn Otto <martijn.otto@copernica.com>2015-03-26 16:00:10 +0100
committerMartijn Otto <martijn.otto@copernica.com>2015-03-26 16:00:10 +0100
commit7a928e2b19bddf152fd838469cc50805d4132401 (patch)
tree0a6657f4b94c27556b2f218e407f752018540d3b /include/version.h
parentae4fa5f871d937773e9facde87a32784e715e3ae (diff)
Changed default visibility for symbols in the PHP-CPP library to hidden and explicitly exported all symbols available from the public API. Moved the hiddenpointer to the zend implementation directory as it is not meant to be used publicly and not referenced anywhere from the API anyway
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/version.h b/include/version.h
index 7038f20..f7e9ea5 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1,7 +1,7 @@
/**
* Version.h
*
- * Macro with API version. The API version number prevents that
+ * Macro with API version. The API version number prevents that
* extensions are loaded that are incompatible with the libphpcpp.so
* library
*
@@ -13,5 +13,3 @@
* Macro with version number (this is incremented with every release)
*/
#define PHPCPP_API_VERSION 20150126
-
-