upgrade to version 0.3.0

This commit is contained in:
Alfred E. Heggestad 2011-09-05 14:18:01 +00:00
parent c3649de77e
commit 029a4eca88
3 changed files with 9 additions and 3 deletions

View file

@ -6,11 +6,11 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 2
VER_MINOR := 3
VER_PATCH := 0
PROJECT := re
VERSION := 0.2.0
VERSION := 0.3.0
MK := mk/re.mk

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.3.0) unstable; urgency=low
* version 0.3.0
-- Alfred E. Heggestad <aeh@db.org> Wed, 7 Sept 2011 07:11:00 +0100
libre (0.2.0) unstable; urgency=low
* version 0.2.0

View file

@ -1,5 +1,5 @@
%define name re
%define ver 0.2.0
%define ver 0.3.0
%define rel 1
Summary: Generic library for real-time communications with async IO support