From b9aad1f15dc600e4dbe4c62d3fcced6363188ba3 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 26 Jun 2004 19:01:18 +0000 Subject: Initial revision --- (limited to 'korganizer/version.h') 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 -- cgit v0.9.0.2