refactor some commonly used code into a trait
[pharext/pharext] / src / pharext / Version.php
diff --git a/src/pharext/Version.php b/src/pharext/Version.php
new file mode 100644 (file)
index 0000000..50a2875
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+namespace pharext;
+
+const VERSION = "@PHAREXT_VERSION@";