upgrade to version 0.3.0
This commit is contained in:
parent
c3649de77e
commit
029a4eca88
3 changed files with 9 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -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
6
debian/changelog
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue