Skip to content

Commit d3a8e56

Browse files
committed
Bump version to 2.0.4.
1 parent 0b79530 commit d3a8e56

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for log4cplus 2.0.3.
3+
# Generated by GNU Autoconf 2.69 for log4cplus 2.0.4.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
587587
# Identity of this package.
588588
PACKAGE_NAME='log4cplus'
589589
PACKAGE_TARNAME='log4cplus'
590-
PACKAGE_VERSION='2.0.3'
591-
PACKAGE_STRING='log4cplus 2.0.3'
590+
PACKAGE_VERSION='2.0.4'
591+
PACKAGE_STRING='log4cplus 2.0.4'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

@@ -1414,7 +1414,7 @@ if test "$ac_init_help" = "long"; then
14141414
# Omit some internal or obsolete options to make the list less imposing.
14151415
# This message is too long to be a string in the A/UX 3.1 sh.
14161416
cat <<_ACEOF
1417-
\`configure' configures log4cplus 2.0.3 to adapt to many kinds of systems.
1417+
\`configure' configures log4cplus 2.0.4 to adapt to many kinds of systems.
14181418

14191419
Usage: $0 [OPTION]... [VAR=VALUE]...
14201420

@@ -1485,7 +1485,7 @@ fi
14851485

14861486
if test -n "$ac_init_help"; then
14871487
case $ac_init_help in
1488-
short | recursive ) echo "Configuration of log4cplus 2.0.3:";;
1488+
short | recursive ) echo "Configuration of log4cplus 2.0.4:";;
14891489
esac
14901490
cat <<\_ACEOF
14911491

@@ -1644,7 +1644,7 @@ fi
16441644
test -n "$ac_init_help" && exit $ac_status
16451645
if $ac_init_version; then
16461646
cat <<\_ACEOF
1647-
log4cplus configure 2.0.3
1647+
log4cplus configure 2.0.4
16481648
generated by GNU Autoconf 2.69
16491649

16501650
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2191,7 +2191,7 @@ cat >config.log <<_ACEOF
21912191
This file contains any messages produced by compilers while
21922192
running configure, to aid debugging if configure makes a mistake.
21932193

2194-
It was created by log4cplus $as_me 2.0.3, which was
2194+
It was created by log4cplus $as_me 2.0.4, which was
21952195
generated by GNU Autoconf 2.69. Invocation command line was
21962196

21972197
$ $0 $@
@@ -3166,7 +3166,7 @@ fi
31663166

31673167
# Define the identity of the package.
31683168
PACKAGE='log4cplus'
3169-
VERSION='2.0.3'
3169+
VERSION='2.0.4'
31703170

31713171

31723172
# Some tools Automake needs.
@@ -4494,7 +4494,7 @@ esac
44944494
# ? :+1 : ? == just some internal changes, nothing breaks but might work
44954495
# better
44964496
# CURRENT : REVISION : AGE
4497-
LT_VERSION=7:3:4
4497+
LT_VERSION=7:4:4
44984498
LT_RELEASE=2.0
44994499

45004500

@@ -24140,7 +24140,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2414024140
# report actual input values of CONFIG_FILES etc. instead of their
2414124141
# values after options handling.
2414224142
ac_log="
24143-
This file was extended by log4cplus $as_me 2.0.3, which was
24143+
This file was extended by log4cplus $as_me 2.0.4, which was
2414424144
generated by GNU Autoconf 2.69. Invocation command line was
2414524145

2414624146
CONFIG_FILES = $CONFIG_FILES
@@ -24206,7 +24206,7 @@ _ACEOF
2420624206
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2420724207
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2420824208
ac_cs_version="\\
24209-
log4cplus config.status 2.0.3
24209+
log4cplus config.status 2.0.4
2421024210
configured by $0, generated by GNU Autoconf 2.69,
2421124211
with options \\"\$ac_cs_config\\"
2421224212

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl autoconf-2.69
44
dnl automake-1.16.1
55
dnl libtool-2.4.6
66

7-
AC_INIT([log4cplus],[2.0.3])
7+
AC_INIT([log4cplus],[2.0.4])
88
AC_CANONICAL_TARGET
99
AC_CONFIG_SRCDIR([src/logger.cxx])
1010
AC_CONFIG_MACRO_DIR([m4])
@@ -20,7 +20,7 @@ AM_PROG_AR
2020
# ? :+1 : ? == just some internal changes, nothing breaks but might work
2121
# better
2222
# CURRENT : REVISION : AGE
23-
LT_VERSION=7:3:4
23+
LT_VERSION=7:4:4
2424
LT_RELEASE=2.0
2525
AC_SUBST([LT_VERSION])
2626
AC_SUBST([LT_RELEASE])

cygport/log4cplus.cygport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=log4cplus
2-
VERSION=2.0.3-rc1
2+
VERSION=2.0.4-rc1
33
RELEASE=1
44
CATEGORY="Libs"
55
SUMMARY="C++ logging library"

docs/doxygen.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = log4cplus
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.0.3
41+
PROJECT_NUMBER = 2.0.4
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
@@ -58,7 +58,7 @@ PROJECT_LOGO = log4cplus.svg
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY = log4cplus-2.0.3/docs
61+
OUTPUT_DIRECTORY = log4cplus-2.0.4/docs
6262

6363
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and

docs/webpage_doxygen.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = log4cplus
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.0.3
41+
PROJECT_NUMBER = 2.0.4
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
@@ -58,7 +58,7 @@ PROJECT_LOGO =
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY = webpage_docs-2.0.3
61+
OUTPUT_DIRECTORY = webpage_docs-2.0.4
6262

6363
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and

include/log4cplus/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
//! This is log4cplus version number as unsigned integer. This must
4242
//! be kept on a single line. It is used by Autotool and CMake build
4343
//! systems to parse version number.
44-
#define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION(2, 0, 3)
44+
#define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION(2, 0, 4)
4545

4646
//! This is log4cplus version number as a string.
47-
#define LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR(2, 0, 3)
47+
#define LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR(2, 0, 4)
4848

4949

5050
namespace log4cplus

log4cplus.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: log4cplus
2-
Version: 2.0.3
2+
Version: 2.0.4
33
Release: 1
44

55
Summary: log4cplus, C++ logging library

mingw-log4cplus.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Name: log4cplus
2-
Version: 2.0.3
2+
Version: 2.0.4
33
Release: 1%{?dist}
44
Summary: log4cplus, C++ logging library
55

66
License: Apache
77
Group: Development/Libraries
88
URL: http://log4cplus.sourceforge.net/
9-
Source0: http://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.3/log4cplus-2.0.3.tar.gz
9+
Source0: http://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.4/log4cplus-2.0.4.tar.gz
1010

1111
BuildArch: noarch
1212

0 commit comments

Comments
 (0)