From 9250b0ce4522e5c4e6073f81cff547fceadcbe43 Mon Sep 17 00:00:00 2001 From: Doug Fales Date: Tue, 19 Feb 2008 04:09:57 +0000 Subject: [PATCH] Revving to 0.4. --- lib/gpx/gpx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gpx/gpx.rb b/lib/gpx/gpx.rb index c241d30..477cd45 100644 --- a/lib/gpx/gpx.rb +++ b/lib/gpx/gpx.rb @@ -21,7 +21,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #++ module GPX - VERSION = "0.3" + VERSION = "0.4" # A common base class which provides a useful initializer method to many # class in the GPX library.