mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
Updated version string
This commit is contained in:
@@ -34,7 +34,7 @@ import java.util.List;
|
||||
* this library.
|
||||
*/
|
||||
public class Video implements PConstants {
|
||||
protected static String VERSION_STRING = "0.9";
|
||||
protected static String VERSION_STRING = "2.0";
|
||||
protected static long INSTANCES_COUNT = 0;
|
||||
|
||||
protected static String gstreamerBinPath = "";
|
||||
|
||||
Reference in New Issue
Block a user