Skip to content

Commit

Permalink
Various fix-ups mainly bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Dec 2, 2019
1 parent dc8c432 commit 7e98660
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v1.2.3 Favor latest beta Video2 library over GLVideo.

v1.2.2 Removed landscape from example as too taxing for raspberryPI. Improved geany tools.

v1.2.1 Fix install Samples etc. in runner.rb to match modified vendor Rakefile.
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ task :init do
# for Archlinux etc
# processing_root = File.dirname(`readlink -f $(which processing)`)
# alternative for debian linux etc
processing_root = File.join(HOME_DIR, 'processing-3.4')
processing_root = File.join(HOME_DIR, 'processing-3.5.3')
jar_dir = File.join(processing_root, 'core', 'library')
opengl = Dir.entries(jar_dir).grep(/amd64|armv6hf/).select { |jar| jar =~ /linux/ }
opengl.concat %w[jogl-all.jar gluegen-rt.jar]
Expand Down
2 changes: 1 addition & 1 deletion lib/picrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PiCrate
VERSION = '1.2.2'
VERSION = '1.2.3'
end
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project 'picrate', 'http://maven.apache.org' do

model_version '4.0.0'
id 'ruby-processing:picrate:1.2.2'
id 'ruby-processing:picrate:1.2.3'
packaging 'jar'

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

0 comments on commit 7e98660

Please sign in to comment.