diff --git a/CHANGES b/CHANGES index aa3e089..48557c5 100755 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,9 @@ -== Version 0.0.10 +== Version 0.1.11 + +2021-01-25: Removed support for _IPP_PRIVATE_STRUCTURES [sasa-friedrich-bitlab] + +== Version 0.1.10 + 2014-12-05: Build compatibility with Mac OS X 10.10 (Yosemite) == Version 0.0.7 diff --git a/cups.gemspec b/cups.gemspec index 1adfd80..5ea6597 100755 --- a/cups.gemspec +++ b/cups.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{cups} - s.version = "0.1.10" + s.version = "0.1.11" s.authors = ["Nathan Stitt", "Tadej Murovec", "Ivan Turkovic", "Chris Mowforth"] s.email = ["nathan@stitt.org", "tadej.murovec@gmail.com", "me@ivanturkovic.com", "chris@mowforth.com"] s.summary = "A lightweight Ruby library for printing."