Skip to content

Commit

Permalink
Release 0.5.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Mar 28, 2021
1 parent 5dbfafc commit d05703c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of RGBDS.
*
* Copyright (c) 2017-2018, Antonio Nino Diaz and RGBDS contributors.
* Copyright (c) 2017-2021, Antonio Nino Diaz and RGBDS contributors.
*
* SPDX-License-Identifier: MIT
*/
Expand All @@ -12,7 +12,7 @@
#define PACKAGE_VERSION_MAJOR 0
#define PACKAGE_VERSION_MINOR 5
#define PACKAGE_VERSION_PATCH 0
#define PACKAGE_VERSION_RC 1
#define PACKAGE_VERSION_RC 2

const char *get_package_version_string(void);

Expand Down

0 comments on commit d05703c

Please sign in to comment.