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) (unidiff)
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 @@
1#ifndef KORG_VERSION_H
2#define KORG_VERSION_H
3
4/*
5 Version scheme: "x.y.z build".
6
7 "x.y.z" follow the kdelibs version KOrganizer is released with.
8
9 If "z" is 0, it the version is "x.y"
10
11 "build" is empty for final versions. For developer version "build" is
12 something like "alpha1", "alpha2", "beta1", "beta2", "rc1", "rc2".
13
14 Examples in chronological order:
15
16 3.0
17 3.0.1
18 3.1 alpha1
19 3.1 beta1
20 3.1 beta2
21 3.1 rc1
22 3.1
23 3.1.1
24 3.2 alpha1
25*/
26
27static const char *korgVersion = "3.1";
28
29#endif