mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 02:30:17 +00:00
Bumped the version number for 2.11.0
git-svn-id: svn://svn.cc65.org/cc65/trunk@3637 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
6c497aa36e
commit
48cc6288ca
@ -6,10 +6,10 @@
|
|||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 1998-2003 Ullrich von Bassewitz */
|
/* (C) 1998-2005, Ullrich von Bassewitz */
|
||||||
/* Römerstraße 52 */
|
/* Römerstraße 52 */
|
||||||
/* D-70794 Filderstadt */
|
/* D-70794 Filderstadt */
|
||||||
/* EMail: uz@cc65.org */
|
/* EMail: uz@cc65.org */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* This software is provided 'as-is', without any expressed or implied */
|
/* This software is provided 'as-is', without any expressed or implied */
|
||||||
@ -45,8 +45,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#define VER_MAJOR 2U
|
#define VER_MAJOR 2U
|
||||||
#define VER_MINOR 10U
|
#define VER_MINOR 11U
|
||||||
#define VER_PATCH 5U
|
#define VER_PATCH 0U
|
||||||
|
|
||||||
#define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH)
|
#define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user