Skip to content

Commit

Permalink
MXQ bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jul 13, 2016
1 parent cebe806 commit dfb3b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MXQ_VERSION_MAJOR = 0
MXQ_VERSION_MINOR = 22
MXQ_VERSION_PATCH = 5
MXQ_VERSION_MINOR = 23

This comment has been minimized.

Copy link
@mariux

mariux Jul 16, 2016

Contributor

why release quick and dirty implementations that include a well known global balance regression in the official repository?

MXQ_VERSION_PATCH = 0
MXQ_VERSION_EXTRA = "beta"
MXQ_VERSIONDATE = 2016

Expand Down

1 comment on commit dfb3b7d

@donald
Copy link
Contributor Author

@donald donald commented on dfb3b7d Jul 17, 2016

Choose a reason for hiding this comment

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

We want rapid development according to our needs and we want issues handled asap. There are no other users, which we need to worry about. We need to change the release number, because we install from the releases and want to verify the version numbers with --version or in the server table. If we change things back and forth, the version numbers will just increase, I don't care.

You could dedicate another repo as the "official repository" and this would be just the Molgen junk fork where we do our things.

Please sign in to comment.