summaryrefslogtreecommitdiff
path: root/src/version.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.php')
-rw-r--r--src/version.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/version.php b/src/version.php
deleted file mode 100644
index 8c0545a..0000000
--- a/src/version.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-// please leave it as it is ;)
-define("TINYEMOTES_NAME", "TinyEmotes");
-define("TINYEMOTES_VERSION", "0.3.1");
-define("TINYEMOTES_LINK", "https://github.com/ilotterytea/tinyemotes");
-
-if ($s = file_get_contents("../.git/refs/heads/master")) {
- define("TINYEMOTES_COMMIT", $s);
-} else {
- define("TINYEMOTES_COMMIT", null);
-} \ No newline at end of file