Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Aug 19, 2009
1 parent 93734fc commit f9dbb77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.7.3 (19th August 2009)
- Switch from java to xsltproc to convert short tag ONIX files
to reference tags

v0.7.2 (19th August 2009)
- Added ONIX::Normaliser class
- for normalising various ONIX files into a form that makes them easy
Expand Down
2 changes: 1 addition & 1 deletion lib/onix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module ONIX
module Version #:nodoc:
Major = 0
Minor = 7
Tiny = 2
Tiny = 3

String = [Major, Minor, Tiny].join('.')
end
Expand Down

0 comments on commit f9dbb77

Please sign in to comment.