From 19aa50b7b9a6cf6cd1815748966233961a46e4b5 Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 8 Apr 2002 19:08:27 +0000 Subject: [PATCH] Bumped the version number git-svn-id: svn://svn.cc65.org/cc65/trunk@1231 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 3d777687b..1f72e7d1f 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -45,8 +45,8 @@ #define VER_MAJOR 2U -#define VER_MINOR 7U -#define VER_PATCH 2U +#define VER_MINOR 8U +#define VER_PATCH 0U