summaryrefslogtreecommitdiffabout
path: root/korganizer/version.h
authorzautrix <zautrix>2004-06-26 19:01:18 (UTC)
committer zautrix <zautrix>2004-06-26 19:01:18 (UTC)
commitb9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (side-by-side diff)
tree2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /korganizer/version.h
downloadkdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2
Initial revision
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