From 6c0e4b2b2de6c5c3d20125ca92b1f5bb9d28452e Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 9 Dec 2000 15:51:44 +0000 Subject: [PATCH] Bumped the version number git-svn-id: svn://svn.cc65.org/cc65/trunk@572 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/common/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/version.h b/src/common/version.h index f8147577c..2ea13b3c8 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -45,8 +45,8 @@ #define VER_MAJOR 2U -#define VER_MINOR 5U -#define VER_PATCH 5U +#define VER_MINOR 6U +#define VER_PATCH 0U -- 2.39.5