update to version 0.4.0

This commit is contained in:
Alfred E. Heggestad 2011-12-21 20:53:09 +00:00
parent f3c6fb05da
commit 15d5274de3
2 changed files with 4 additions and 4 deletions

View file

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

View file

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