From: cuz Date: Sat, 10 Sep 2005 12:53:45 +0000 (+0000) Subject: Bumped the version number for the snapshot X-Git-Tag: V2.12.0~209 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bf6b40e97e77f9cc74dc57e0b61132463aace773;p=cc65 Bumped the version number for the snapshot git-svn-id: svn://svn.cc65.org/cc65/trunk@3638 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/common/version.h b/src/common/version.h index 2a77a899d..5710c2984 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -46,7 +46,7 @@ #define VER_MAJOR 2U #define VER_MINOR 11U -#define VER_PATCH 0U +#define VER_PATCH 9U #define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH)