From 612667278400afe5788982ffd5d7577995aaf17a Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 14 Feb 2002 08:44:57 +0000 Subject: [PATCH] Bumped the version number git-svn-id: svn://svn.cc65.org/cc65/trunk@1155 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 5176629b5..3d777687b 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -45,8 +45,8 @@ #define VER_MAJOR 2U -#define VER_MINOR 6U -#define VER_PATCH 9U +#define VER_MINOR 7U +#define VER_PATCH 2U