From 754c5892c28aa87f43584f0d0ce11e09e3091fa9 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 1 Dec 2009 01:42:33 +0000 Subject: [PATCH] rev for version 0174 --- app/src/processing/app/Base.java | 6 +++--- core/todo.txt | 1 + todo.txt | 4 +++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index e457a6e06..1bfb9103c 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -40,8 +40,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int REVISION = 173; - static String VERSION_NAME = "0173"; + static final int REVISION = 174; + static String VERSION_NAME = "0174"; static HashMap platformNames = new HashMap(); static { @@ -1755,7 +1755,7 @@ public class Base { if (!Base.isMacOS()) { return JOptionPane.showConfirmDialog(editor, "" + - "" + primary + "" + + "" + primary + "" + "
" + secondary, title, JOptionPane.YES_NO_OPTION, JOptionPane.QUESTION_MESSAGE); diff --git a/core/todo.txt b/core/todo.txt index aa598d004..2eef95a32 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,5 @@ 0174 core (private) +X no changes _ open up the pdf library more (philho) diff --git a/todo.txt b/todo.txt index a33514b66..4deafc9f0 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,9 @@ -0137 pde (private) +0174 pde (private) X fix ant.jar/ant-launcher.jar error in the windows/linux build scripts X http://dev.processing.org/bugs/show_bug.cgi?id=1403 +svn copy svn://processing.org/trunk/processing svn://processing.org/tags/processing-01XX + _ automatically add version numbers to Info.plist _ would help with beta releases, and not having to edit by hand