File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
NAME=log4cplus
2
- VERSION=2.0.4 -rc1
2
+ VERSION=2.0.5 -rc1
3
3
RELEASE=1
4
4
CATEGORY="Libs"
5
5
SUMMARY="C++ logging library"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = log4cplus
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 2.0.4
41
+ PROJECT_NUMBER = 2.0.5
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
@@ -58,7 +58,7 @@ PROJECT_LOGO = log4cplus.svg
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY = log4cplus-2.0.4 /docs
61
+ OUTPUT_DIRECTORY = log4cplus-2.0.5 /docs
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = log4cplus
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 2.0.4
41
+ PROJECT_NUMBER = 2.0.5
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
@@ -58,7 +58,7 @@ PROJECT_LOGO =
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY = webpage_docs-2.0.4
61
+ OUTPUT_DIRECTORY = webpage_docs-2.0.5
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
Original file line number Diff line number Diff line change 41
41
// ! This is log4cplus version number as unsigned integer. This must
42
42
// ! be kept on a single line. It is used by Autotool and CMake build
43
43
// ! systems to parse version number.
44
- #define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION (2 , 0 , 4 )
44
+ #define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION (2 , 0 , 5 )
45
45
46
46
// ! This is log4cplus version number as a string.
47
- #define LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR (2 , 0 , 4 )
47
+ #define LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR (2 , 0 , 5 )
48
48
49
49
50
50
namespace log4cplus
Original file line number Diff line number Diff line change 1
1
Name: log4cplus
2
- Version: 2.0.4
2
+ Version: 2.0.5
3
3
Release: 1
4
4
5
5
Summary: log4cplus, C++ logging library
Original file line number Diff line number Diff line change 1
1
Name: log4cplus
2
- Version: 2.0.4
2
+ Version: 2.0.5
3
3
Release: 1%{?dist }
4
4
Summary: log4cplus, C++ logging library
5
5
6
6
License: Apache
7
7
Group: Development/Libraries
8
8
URL: http://log4cplus.sourceforge.net/
9
- Source0: http://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.4 /log4cplus-2.0.4 .tar.gz
9
+ Source0: http://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.5 /log4cplus-2.0.5 .tar.gz
10
10
11
11
BuildArch: noarch
12
12
You can’t perform that action at this time.
0 commit comments