From 60a6f18b1072ba2b716c429f40dc24a74533e1b6 Mon Sep 17 00:00:00 2001 From: Sandy Noble Date: Wed, 12 Mar 2014 08:39:40 +0000 Subject: [PATCH] Incremented the build no. --- polargraphcontroller.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polargraphcontroller.pde b/polargraphcontroller.pde index 9990cc5..0f53112 100644 --- a/polargraphcontroller.pde +++ b/polargraphcontroller.pde @@ -52,7 +52,7 @@ import java.awt.event.*; int majorVersionNo = 1; int minorVersionNo = 7; -int buildNo = 0; +int buildNo = 1; String programTitle = "Polargraph Controller v" + majorVersionNo + "." + minorVersionNo + " build " + buildNo; ControlP5 cp5;