Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AmigaPorts/MilkyTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
MBeijer committed Mar 1, 2018
2 parents fc4a2e2 + 40ed21a commit 5f580aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@
#define PACKAGE_NAME "MilkyTracker"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "MilkyTracker 1.01.00"
#define PACKAGE_STRING "MilkyTracker 1.02.00"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "milkytracker"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.01.00"
#define PACKAGE_VERSION "1.02.00"

/* Define to the type of arg 1 for `select'. */
#define SELECT_TYPE_ARG1 int
Expand All @@ -206,7 +206,7 @@
/* #undef TM_IN_SYS_TIME */

/* Version number of package */
#define VERSION "1.01.00"
#define VERSION "1.02.00"

/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */
Expand Down
4 changes: 2 additions & 2 deletions src/tracker/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 0xXYYZZ = X.YY.ZZ
const int MILKYTRACKER_VERSION = 0x10100;
const int MILKYTRACKER_VERSION = 0x10200;
// Version string restricted to 20 chars for XM export!
const char MILKYTRACKER_VERSION_STRING[] = "MilkyTracker 1.01.00";
const char MILKYTRACKER_VERSION_STRING[] = "MilkyTracker 1.02.00";
// 012345678901234567890

0 comments on commit 5f580aa

Please sign in to comment.