From c90c389a8a8d9d8661e9772ec4144c5cf2039f23 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kshisen/version.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kshisen/version.h (limited to 'kshisen/version.h') 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" -- cgit v1.2.1