Commit ce4fab29 authored by Shinichiro Hamaji's avatar Shinichiro Hamaji

glog: release 0.3.5

parent e56ed552
......@@ -20,7 +20,7 @@ To use Glog in your project `myproj`, use:
cmake_minimum_required (VERSION 3.0)
project (myproj)
find_package (glog 0.3.4 REQUIRED)
find_package (glog 0.3.5 REQUIRED)
add_executable (myapp main.cpp)
target_link_libraries (myapp glog::glog)
......
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for glog 0.3.4.
# Generated by GNU Autoconf 2.69 for glog 0.3.5.
#
# Report bugs to <opensource@google.com>.
#
......@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='glog'
PACKAGE_TARNAME='glog'
PACKAGE_VERSION='0.3.4'
PACKAGE_STRING='glog 0.3.4'
PACKAGE_VERSION='0.3.5'
PACKAGE_STRING='glog 0.3.5'
PACKAGE_BUGREPORT='opensource@google.com'
PACKAGE_URL=''
......@@ -1366,7 +1366,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 glog 0.3.4 to adapt to many kinds of systems.
\`configure' configures glog 0.3.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
......@@ -1436,7 +1436,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of glog 0.3.4:";;
short | recursive ) echo "Configuration of glog 0.3.5:";;
esac
cat <<\_ACEOF
......@@ -1552,7 +1552,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
glog configure 0.3.4
glog configure 0.3.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -2388,7 +2388,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 glog $as_me 0.3.4, which was
It was created by glog $as_me 0.3.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
......@@ -3255,7 +3255,7 @@ fi
# Define the identity of the package.
PACKAGE='glog'
VERSION='0.3.4'
VERSION='0.3.5'
cat >>confdefs.h <<_ACEOF
......@@ -17997,7 +17997,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 glog $as_me 0.3.4, which was
This file was extended by glog $as_me 0.3.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
......@@ -18063,7 +18063,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="\\
glog config.status 0.3.4
glog config.status 0.3.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
......
......@@ -5,7 +5,7 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ(2.57)
AC_INIT(glog, 0.3.4, opensource@google.com)
AC_INIT(glog, 0.3.5, opensource@google.com)
# The argument here is just something that should be in the current directory
# (for sanity checking)
AC_CONFIG_SRCDIR(README)
......
google-glog (0.3.5-1) unstable; urgency=low
* New upstream release.
-- Google Inc. <opensource@google.com> Tue, 09 May 2017 16:22:12 +0900
google-glog (0.3.4-1) unstable; urgency=low
* New upstream release.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment