From aa9d9445e82bb5973d609275e66d941d54eb47e7 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 26 Dec 2003 21:03:54 +0000 Subject: [PATCH] Bumped the version number git-svn-id: svn://svn.cc65.org/cc65/trunk@2837 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/version.h b/src/common/version.h index f71e1ad02..55b827d78 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -45,7 +45,7 @@ #define VER_MAJOR 2U -#define VER_MINOR 9U +#define VER_MINOR 10U #define VER_PATCH 5U #define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH)