From: cuz Date: Mon, 21 Apr 2008 20:14:29 +0000 (+0000) Subject: Bumped the version number X-Git-Tag: V2.12.0~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9dcd19eac97dfe71f925908a6eef16706559a8c5;p=cc65 Bumped the version number git-svn-id: svn://svn.cc65.org/cc65/trunk@3840 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/common/version.h b/src/common/version.h index 614589e67..0ab0becd2 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -46,7 +46,7 @@ #define VER_MAJOR 2U #define VER_MINOR 12U -#define VER_PATCH 0U +#define VER_PATCH 9U #define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH) @@ -58,4 +58,4 @@ - +