From 8c45e64039f1894bf8dd675c48f0c100053d55da Mon Sep 17 00:00:00 2001 From: Doug Fales Date: Fri, 30 Nov 2007 06:29:00 +0000 Subject: [PATCH] Updating the version #. --- 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 77cd4e9..db97cb8 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.1" + VERSION = "0.2" # A common base class which provides a useful initializer method to many # class in the GPX library.