update to version 0.4.0
This commit is contained in:
parent
f3c6fb05da
commit
15d5274de3
2 changed files with 4 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue