Skip to content

Commit 7e98660

Browse files
committed
Various fix-ups mainly bump version
1 parent dc8c432 commit 7e98660

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v1.2.3 Favor latest beta Video2 library over GLVideo.
2+
13
v1.2.2 Removed landscape from example as too taxing for raspberryPI. Improved geany tools.
24

35
v1.2.1 Fix install Samples etc. in runner.rb to match modified vendor Rakefile.

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ task :init do
1212
# for Archlinux etc
1313
# processing_root = File.dirname(`readlink -f $(which processing)`)
1414
# alternative for debian linux etc
15-
processing_root = File.join(HOME_DIR, 'processing-3.4')
15+
processing_root = File.join(HOME_DIR, 'processing-3.5.3')
1616
jar_dir = File.join(processing_root, 'core', 'library')
1717
opengl = Dir.entries(jar_dir).grep(/amd64|armv6hf/).select { |jar| jar =~ /linux/ }
1818
opengl.concat %w[jogl-all.jar gluegen-rt.jar]

lib/picrate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PiCrate
4-
VERSION = '1.2.2'
4+
VERSION = '1.2.3'
55
end

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'picrate', 'http://maven.apache.org' do
22

33
model_version '4.0.0'
4-
id 'ruby-processing:picrate:1.2.2'
4+
id 'ruby-processing:picrate:1.2.3'
55
packaging 'jar'
66

77
description 'An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.'

0 commit comments

Comments
 (0)