Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Apr 3, 2020
1 parent 80170eb commit 4e96cf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#define EXTERN_VERSION_H

#define PACKAGE_VERSION_MAJOR (0)
#define PACKAGE_VERSION_MINOR (3)
#define PACKAGE_VERSION_PATCH (10)
#define PACKAGE_VERSION_MINOR (4)
#define PACKAGE_VERSION_PATCH (0)

const char *get_package_version_string(void);

Expand Down
2 changes: 1 addition & 1 deletion test/asm/version.asm
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PRINTT "RGBDS version {__RGBDS_MAJOR__}.{__RGBDS_MINOR__}.{__RGBDS_PATCH__}\n"
PRINTT "RGBDS version {d:__RGBDS_MAJOR__}.{d:__RGBDS_MINOR__}.{d:__RGBDS_PATCH__}\n"
2 changes: 1 addition & 1 deletion test/asm/version.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RGBDS version $0.$3.$A
RGBDS version 0.4.0

0 comments on commit 4e96cf9

Please sign in to comment.