From afbf6d5fac0f7f67bd655675732a491c7c0fe994 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 22 May 2001 19:59:37 +0000 Subject: [PATCH] Bumped the version git-svn-id: svn://svn.cc65.org/cc65/trunk@743 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 2ea13b3c8..9dbf71c2b 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -46,7 +46,7 @@ #define VER_MAJOR 2U #define VER_MINOR 6U -#define VER_PATCH 0U +#define VER_PATCH 5U