aboutsummaryrefslogtreecommitdiffstats
path: root/libcalendaring/lib/OldSabre/VObject/Version.php
diff options
context:
space:
mode:
Diffstat (limited to 'libcalendaring/lib/OldSabre/VObject/Version.php')
-rw-r--r--libcalendaring/lib/OldSabre/VObject/Version.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/libcalendaring/lib/OldSabre/VObject/Version.php b/libcalendaring/lib/OldSabre/VObject/Version.php
new file mode 100644
index 0000000..7c3becb
--- /dev/null
+++ b/libcalendaring/lib/OldSabre/VObject/Version.php
@@ -0,0 +1,24 @@
+<?php
+
+namespace OldSabre\VObject;
+
+/**
+ * This class contains the version number for the VObject package
+ *
+ * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
+ * @author Evert Pot (http://evertpot.com/)
+ * @license http://sabre.io/license/ Modified BSD License
+ */
+class Version {
+
+ /**
+ * Full version number
+ */
+ const VERSION = '2.1.7';
+
+ /**
+ * Stability : alpha, beta, stable
+ */
+ const STABILITY = 'stable';
+
+}

© 2014-2024 Faster IT GmbH | imprint | privacy policy