Skip to content

Commit

Permalink
Setting version (0.3.0), updating History.
Browse files Browse the repository at this point in the history
  • Loading branch information
ymendel committed Jul 30, 2008
1 parent 39bf3f4 commit 541656b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.txt
@@ -1,3 +1,10 @@
== 0.3.0 2008-07-29

* 2 enhancements:
* Now has a configuration file, ~/.flac2mp3, where options can be stored.
Options given on the command-line override any configuration options.
* Greatly refactored internals, though the command-line operation remains the same.

== 0.2.8 2008-07-21

* 1 enhancement:
Expand Down
4 changes: 2 additions & 2 deletions lib/flac2mp3/version.rb
@@ -1,8 +1,8 @@
class Flac2mp3 #:nodoc:
module VERSION #:nodoc:
MAJOR = 0
MINOR = 2
TINY = 8
MINOR = 3
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 541656b

Please sign in to comment.