mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
rev for version 0174
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
0174 core (private)
|
||||
X no changes
|
||||
|
||||
|
||||
_ open up the pdf library more (philho)
|
||||
|
||||
4
todo.txt
4
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user