changeset 159:fec2088cdd31

Change version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Aug 2018 15:53:13 +0300
parents c9515fd7d897
children 546146bc2247
files multipaint.pde
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/multipaint.pde	Thu Aug 16 15:43:35 2018 +0300
+++ b/multipaint.pde	Thu Aug 16 15:53:13 2018 +0300
@@ -1,5 +1,5 @@
 //
-// Multipaint 1.8.2018
+// Multipaint.JS 1.8.2018
 // Tero Heikkinen (Dr. TerrorZ)
 // ProcessingJS port and changes by Matti Hämäläinen (ccr/TNSP)
 // processing setup draw and file things here
@@ -298,7 +298,7 @@
     sussborder();
     setup_raster();
 
-    message(" Multipaint|    2018|| v1.8.2018");
+    message(" Multipaint|  - 2018 -||v1.8.2018.JS");
     message("*");
     g_dirty = true;
 }