summaryrefslogtreecommitdiffstats
path: root/kshisen/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'kshisen/version.h')
-rw-r--r--kshisen/version.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/kshisen/version.h b/kshisen/version.h
new file mode 100644
index 00000000..2921d135
--- /dev/null
+++ b/kshisen/version.h
@@ -0,0 +1,14 @@
+// Explanation of KShisen version numbering system
+//
+// Version numbers are of the form: MAJOR.MINOR.MICRO
+//
+// The MAJOR number should only be incremented when really major
+// changes occur. Such an event is not currently foreseeable.
+//
+// The MINOR number is increased for every branch of KDE from HEAD
+// (i.e. it's increased for the KDE3.1 branch, KDE3.2 branch etc.).
+//
+// The MICRO version is increased for every bug-fix to a branch.
+// MICRO numbers >= 90 are used for development milestones in HEAD.
+
+#define KSHISEN_VERSION "1.5.1"