From 715078e25758dc6a231528de5e354af348421fc4 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 9 Nov 2004 03:43:35 +0000 Subject: [PATCH] switched version number to 72 --- processing/app/PdeBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/app/PdeBase.java b/processing/app/PdeBase.java index 4058435fd..d3c86515d 100644 --- a/processing/app/PdeBase.java +++ b/processing/app/PdeBase.java @@ -43,7 +43,7 @@ import com.apple.mrj.*; * files and images, etc) that comes from that. */ public class PdeBase { - static final String VERSION = "0071 Alpha"; + static final String VERSION = "0072 Alpha"; PdeEditor editor;