From 28903b74bf5b663b072ba10249347fedc32d4d2d Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sun, 30 Mar 2014 21:49:45 +0300 Subject: [PATCH] RELEASE 0.1 --- Makefile | 2 +- NEWS | 4 ++++ TODO | 4 ---- poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index bf95887..66e5e35 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.0 +version = 0.1 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS b/NEWS index e69de29..1836411 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,4 @@ +Poor Maps 0.1 +============= + +Initial release. diff --git a/TODO b/TODO index 832645a..258847d 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,3 @@ -Poor Maps 0.1 -============= - - Poor Maps 1.0 ============= diff --git a/poor/__init__.py b/poor/__init__.py index 6f44bfe..102ac0c 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.0" +__version__ = "0.1" from poor.paths import * from poor import util diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index 69ac9fe..c0ae521 100644 --- a/rpm/harbour-poor-maps.spec +++ b/rpm/harbour-poor-maps.spec @@ -2,7 +2,7 @@ %define __os_install_post %{___build_post} Name: harbour-poor-maps -Version: 0.0 +Version: 0.1 Release: 1 Summary: An application to display maps and stuff License: GPLv3+