From: Oliver Schmidt Date: Sun, 12 May 2013 16:39:48 +0000 (+0200) Subject: Bumped version to 2.14.0. X-Git-Tag: V2.14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f1817650b28c2e17c57ff8666520c4e02b0eae65;p=cc65 Bumped version to 2.14.0. The cmdline parameter handling as become quite incompatible to 2.13.3 so it seems appropriate to increase the minor version. --- diff --git a/src/common/version.c b/src/common/version.c index 7264e79ef..e5d52c02d 100644 --- a/src/common/version.c +++ b/src/common/version.c @@ -45,8 +45,8 @@ #define VER_MAJOR 2U -#define VER_MINOR 13U -#define VER_PATCH 9U +#define VER_MINOR 14U +#define VER_PATCH 0U #define VER_RC 0U