Skip to content

Commits on Nov 20, 2020

  1. Bumped version.

    I placed the Git tag V2.19 in hindsight at 5552824. But I certainly don't want to rewrite the Git history just for the reported version, so I simply set the reported version at today's HEAD to 2.19.
    oliverschmidt committed Nov 20, 2020

Commits on Jun 9, 2019

  1. Replace GIT_SHA with a more versatile BUILD_ID definition.

    When compiling cc65, it will by default place the git hash (if available) of
    the checked out commit in the version string.  This isn't useful when building
    a package for a Linux distribution, since there either won't be an upstream
    git hash if there is one at all.
    
    Thus we replace GIT_SHA with a more versatile BUILD_ID, which can be defined
    to any arbitrary string.  When building, its contents will be appended to the
    version string instead of the git hash.
    
    If BUILD_ID is not defined by the user the behaviour will be exactly the same
    as before.  That means BUILD_ID gets automatically defined to Git <GIT_SHA>,
    if it can be determined from a checkout.
    besser82 authored and oliverschmidt committed Jun 9, 2019

Commits on May 29, 2019

  1. movable sp for sim65

    bbbradsmith authored and oliverschmidt committed May 29, 2019

Commits on Mar 7, 2018

  1. Switched Apple II output format to AppleSingle.

    Although the primary target OS for the Apple II for sure isn't DOS 3.3 but ProDOS 8 the Apple II binary files contained a DOS 3.3 4-byte header. Recently I was made aware of the AppleSingle file format. That format is a much better way to transport Apple II meta data from the cc65 toolchain to the ProDOS 8 file system. Therefore I asked AppleCommander to support the AppleSingle file format. Now that there's an AppleCommander BETA with AppleSingle support it's the right time for this change.
    
    I bumped version to 2.17 because of this from the perspective of Apple II users of course incompatible change.
    oliverschmidt committed Mar 7, 2018

Commits on Apr 6, 2017

  1. Bumped version.

    As suggested the incompatibility resulting from 02daf9f makes a new version appropriate.
    oliverschmidt committed Apr 6, 2017

Commits on Jun 25, 2015

  1. Bumped version.

    As suggested the incompatibility resulting form changing the default calling convention makes a new version appropriate - from user perspective.
    oliverschmidt committed Jun 25, 2015

Commits on Mar 18, 2014

Commits on Mar 4, 2014

  1. Normalized code.

    oliverschmidt committed Mar 4, 2014

Commits on May 12, 2013

  1. Bumped version to 2.14.0.

    The cmdline parameter handling as become quite incompatible to 2.13.3 so it seems
    appropriate to increase the minor version.
    oliverschmidt committed May 12, 2013

Commits on Oct 6, 2009

  1. Bumped the version number

    git-svn-id: svn://svn.cc65.org/cc65/trunk@4336 b7a2c559-68d2-44c3-8de9-860c34a00d81
    uz
    uz committed Oct 6, 2009

Commits on Sep 28, 2009

  1. Move the version numbers from the interface of the version module int…

    …o a new
    
    implementation. Allow for release candidates to be specified and disinguished.
    
    
    git-svn-id: svn://svn.cc65.org/cc65/trunk@4260 b7a2c559-68d2-44c3-8de9-860c34a00d81
    uz
    uz committed Sep 28, 2009