Skip to content

Commit

Permalink
Bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 10, 2024
1 parent bd8b441 commit b3850e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#endif

#define GEARBOY_TITLE "Gearboy"
#define GEARBOY_VERSION "3.4.1"
#define GEARBOY_VERSION "3.5.0"

#ifndef EMULATOR_BUILD
#define EMULATOR_BUILD "undefined"
Expand Down

2 comments on commit b3850e3

@keithbowes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm. Was there never a 3.4.1 or was it just untagged?

@drhelius
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I skipped 3.4.1 as I'm adding new features.

Please sign in to comment.