parent
a755beb263
commit
d21a95b02e
|
|
@ -3,7 +3,7 @@
|
||||||
%define CommitVersion %(echo $COMMIT_VERSION)
|
%define CommitVersion %(echo $COMMIT_VERSION)
|
||||||
|
|
||||||
Name: libfastcommon
|
Name: libfastcommon
|
||||||
Version: 1.0.86
|
Version: 1.0.87
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: c common functions library extracted from my open source projects FastDFS
|
Summary: c common functions library extracted from my open source projects FastDFS
|
||||||
License: LGPL
|
License: LGPL
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#define FC_MAJOR_VERSION 1
|
#define FC_MAJOR_VERSION 1
|
||||||
#define FC_MINOR_VERSION 0
|
#define FC_MINOR_VERSION 0
|
||||||
#define FC_PATCH_VERSION 86
|
#define FC_PATCH_VERSION 87
|
||||||
|
|
||||||
#define FC_VERSION_INT FC_VERSION_TO_INT(FC_MAJOR_VERSION, \
|
#define FC_VERSION_INT FC_VERSION_TO_INT(FC_MAJOR_VERSION, \
|
||||||
FC_MINOR_VERSION, FC_PATCH_VERSION)
|
FC_MINOR_VERSION, FC_PATCH_VERSION)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue