rev for version 0174

This commit is contained in:
benfry
2009-12-01 01:42:33 +00:00
parent d26b0194d7
commit 754c5892c2
3 changed files with 7 additions and 4 deletions

View File

@@ -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<Integer, String> platformNames = new HashMap<Integer, String>();
static {
@@ -1755,7 +1755,7 @@ public class Base {
if (!Base.isMacOS()) {
return JOptionPane.showConfirmDialog(editor,
"<html><body>" +
"<b>" + primary + "</b>" +
"<b>" + primary + "</b>" +
"<br>" + secondary, title,
JOptionPane.YES_NO_OPTION,
JOptionPane.QUESTION_MESSAGE);

View File

@@ -1,4 +1,5 @@
0174 core (private)
X no changes
_ open up the pdf library more (philho)

View File

@@ -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