Commit 5665cf7440ce2f16eec95a185eed0b5a1d2d5206

Prepare for 1.3.3 release.

git-svn-id: svn+ssh://rubyforge.org/var/svn/piston/trunk@111 d6c2ea82-c31b-0410-8381-e9c44f9824c5

Commit diff

CHANGELOG

 
11*SVN*
22
32007-03-22 1.3.3
4* Repaired problems with import subcommand. Wrote specifications to prevent
5 the same failure mode again.
6
372007-03-09 1.3.2
48* piston switch had a bad constant access which caused failures.
59
toggle raw diff

lib/piston/version.rb

 
44 module VERSION #:nodoc:
55 MAJOR = 1
66 MINOR = 3
7 TINY = 2
7 TINY = 3
88
99 STRING = [MAJOR, MINOR, TINY].join('.')
1010 end
toggle raw diff