From 03994b4b42fc959cc4dacb752e8454f5ad55d051 Mon Sep 17 00:00:00 2001 From: Doug Fales Date: Tue, 7 Jul 2009 02:51:34 +0000 Subject: [PATCH] Revving to version 0.5. --- 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 477cd45..41184cd 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.4" + VERSION = "0.5" # A common base class which provides a useful initializer method to many # class in the GPX library.