summaryrefslogtreecommitdiffabout
path: root/korganizer/version.h
Side-by-side diff
Diffstat (limited to 'korganizer/version.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/version.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/korganizer/version.h b/korganizer/version.h
new file mode 100644
index 0000000..2f47c90
--- a/dev/null
+++ b/korganizer/version.h
@@ -0,0 +1,29 @@
+#ifndef KORG_VERSION_H
+#define KORG_VERSION_H
+
+/*
+ Version scheme: "x.y.z build".
+
+ "x.y.z" follow the kdelibs version KOrganizer is released with.
+
+ If "z" is 0, it the version is "x.y"
+
+ "build" is empty for final versions. For developer version "build" is
+ something like "alpha1", "alpha2", "beta1", "beta2", "rc1", "rc2".
+
+ Examples in chronological order:
+
+ 3.0
+ 3.0.1
+ 3.1 alpha1
+ 3.1 beta1
+ 3.1 beta2
+ 3.1 rc1
+ 3.1
+ 3.1.1
+ 3.2 alpha1
+*/
+
+static const char *korgVersion = "3.1";
+
+#endif