Skip to content

Commit

Permalink
Bump version to v0.4.2
Browse files Browse the repository at this point in the history
Since the dropbox links were fixed after v0.4.1 the link to the readme (in the about dialog) would go to a version that has the invalid dropbox links.
  • Loading branch information
dail8859 committed Apr 7, 2017
1 parent 177fc7b commit a4270c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

#define VERSION_NUM 0,4,1,0
#define VERSION_LINEAR 410
#define VERSION_LINEAR_TEXT TEXT("410")
#define VERSION_TEXT TEXT("0.4.1") // This must match the tag pushed on the server minus the "v"
#define VERSION_NUM 0,4,2,0
#define VERSION_LINEAR 420
#define VERSION_LINEAR_TEXT TEXT("420")
#define VERSION_TEXT TEXT("0.4.2") // This must match the tag pushed on the server minus the "v"
#define VERSION_STAGE TEXT("") // "alpha", "beta", ""

0 comments on commit a4270c1

Please sign in to comment.