aboutsummaryrefslogtreecommitdiff
path: root/src/ui/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/version.h')
-rw-r--r--src/ui/version.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ui/version.h b/src/ui/version.h
new file mode 100644
index 000000000..61fbc902e
--- /dev/null
+++ b/src/ui/version.h
@@ -0,0 +1,11 @@
+#ifndef _QMMP_VERSION_H
+#define _QMMP_VERSION_H
+
+#define QMMP_VERSION 0.1.4
+
+#define QMMP_STR_VERSION "0.1.4"
+
+#define LISTEN_PORT_BASE 33000
+#define UDS_PATH "/tmp/qmmp.sock"
+
+#endif