# HG changeset patch # User Jason Maltzen # Date 2016-03-04 05:37:29 # Node ID dd0c2e7a04215741b524d322e81f7458e6ad6114 # Parent f2fafa9734f55f72e67c52a595a6563d5d90ee1c Update build number to .13 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.12"; + const string APP_VERSION = "1.7.13"; bool unsavedData = false; bool shouldShutDown = false;