Skip to content

Commit

Permalink
Bump version to 2.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx committed Apr 10, 2019
1 parent 0b79530 commit d3a8e56
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for log4cplus 2.0.3.
# Generated by GNU Autoconf 2.69 for log4cplus 2.0.4.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='log4cplus'
PACKAGE_TARNAME='log4cplus'
PACKAGE_VERSION='2.0.3'
PACKAGE_STRING='log4cplus 2.0.3'
PACKAGE_VERSION='2.0.4'
PACKAGE_STRING='log4cplus 2.0.4'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

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

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

Expand Down Expand Up @@ -1485,7 +1485,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of log4cplus 2.0.3:";;
short | recursive ) echo "Configuration of log4cplus 2.0.4:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1644,7 +1644,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
log4cplus configure 2.0.3
log4cplus configure 2.0.4
generated by GNU Autoconf 2.69

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

It was created by log4cplus $as_me 2.0.3, which was
It was created by log4cplus $as_me 2.0.4, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3166,7 +3166,7 @@ fi

# Define the identity of the package.
PACKAGE='log4cplus'
VERSION='2.0.3'
VERSION='2.0.4'


# Some tools Automake needs.
Expand Down Expand Up @@ -4494,7 +4494,7 @@ esac
# ? :+1 : ? == just some internal changes, nothing breaks but might work
# better
# CURRENT : REVISION : AGE
LT_VERSION=7:3:4
LT_VERSION=7:4:4
LT_RELEASE=2.0


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

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

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl autoconf-2.69
dnl automake-1.16.1
dnl libtool-2.4.6

AC_INIT([log4cplus],[2.0.3])
AC_INIT([log4cplus],[2.0.4])
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/logger.cxx])
AC_CONFIG_MACRO_DIR([m4])
Expand All @@ -20,7 +20,7 @@ AM_PROG_AR
# ? :+1 : ? == just some internal changes, nothing breaks but might work
# better
# CURRENT : REVISION : AGE
LT_VERSION=7:3:4
LT_VERSION=7:4:4
LT_RELEASE=2.0
AC_SUBST([LT_VERSION])
AC_SUBST([LT_RELEASE])
Expand Down
2 changes: 1 addition & 1 deletion cygport/log4cplus.cygport
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=log4cplus
VERSION=2.0.3-rc1
VERSION=2.0.4-rc1
RELEASE=1
CATEGORY="Libs"
SUMMARY="C++ logging library"
Expand Down
4 changes: 2 additions & 2 deletions docs/doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = log4cplus
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.0.3
PROJECT_NUMBER = 2.0.4

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

OUTPUT_DIRECTORY = log4cplus-2.0.3/docs
OUTPUT_DIRECTORY = log4cplus-2.0.4/docs

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down
4 changes: 2 additions & 2 deletions docs/webpage_doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = log4cplus
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.0.3
PROJECT_NUMBER = 2.0.4

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

OUTPUT_DIRECTORY = webpage_docs-2.0.3
OUTPUT_DIRECTORY = webpage_docs-2.0.4

# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down
4 changes: 2 additions & 2 deletions include/log4cplus/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
//! This is log4cplus version number as unsigned integer. This must
//! be kept on a single line. It is used by Autotool and CMake build
//! systems to parse version number.
#define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION(2, 0, 3)
#define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION(2, 0, 4)

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


namespace log4cplus
Expand Down
2 changes: 1 addition & 1 deletion log4cplus.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: log4cplus
Version: 2.0.3
Version: 2.0.4
Release: 1

Summary: log4cplus, C++ logging library
Expand Down
4 changes: 2 additions & 2 deletions mingw-log4cplus.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Name: log4cplus
Version: 2.0.3
Version: 2.0.4
Release: 1%{?dist}
Summary: log4cplus, C++ logging library

License: Apache
Group: Development/Libraries
URL: http://log4cplus.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.3/log4cplus-2.0.3.tar.gz
Source0: http://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.4/log4cplus-2.0.4.tar.gz

BuildArch: noarch

Expand Down

0 comments on commit d3a8e56

Please sign in to comment.