# HG changeset patch # User Jason Maltzen # Date 2016-03-11 09:18:35 # Node ID 64ef4331f012449373532f33b925336271a01256 # Parent 991c95f4da749adb0bf25654b654c50857a22490 Update version to 1.7.15 diff --git a/MainWindow.cs b/MainWindow.cs --- a/MainWindow.cs +++ b/MainWindow.cs @@ -29,7 +29,7 @@ using DesertPaintLab; public partial class MainWindow : Gtk.Window { - const string APP_VERSION = "1.7.14"; + const string APP_VERSION = "1.7.15"; bool unsavedData = false; bool shouldShutDown = false; diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ in the game. You can always find the available downloads, on [the download page](https://bitbucket.org/Malkyne/desert-paint-lab/downloads). -The most recent version is [T7 Release Candidate 14](https://bitbucket.org/Malkyne/desert-paint-lab/downloads/DesertPaintLab_T7_RC14.zip). For Mac, you can download a [dmg containing a Mac app bundle](https://bitbucket.org/Malkyne/desert-paint-lab/downloads/DesertPaintLab_T7_RC14.dmg). +The most recent version is [T7 Release Candidate 15](https://bitbucket.org/Malkyne/desert-paint-lab/downloads/DesertPaintLab_T7_RC15.zip). For Mac, you can download a [dmg containing a Mac app bundle](https://bitbucket.org/Malkyne/desert-paint-lab/downloads/DesertPaintLab_T7_RC15.dmg). This application should run under Mono on Mac, Linux, and Windows. If you are on Windows, and do not have Mono installed, you can install [GTK# for .NET](http://www.mono-project.com/download/#download-win),