summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2017-05-09 16:24:50 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2017-05-09 16:27:57 +0900
commitce4fab29607912918bea84d99e96a14bb7ce0cd2 (patch)
treed5e99cdba660ad22a5d1e3b724d354e920ef40fb
parente56ed5520846cbd893944dccfbb1042d187714a6 (diff)
downloadglog-ce4fab29607912918bea84d99e96a14bb7ce0cd2.tar.gz
glog-ce4fab29607912918bea84d99e96a14bb7ce0cd2.tar.bz2
glog-ce4fab29607912918bea84d99e96a14bb7ce0cd2.zip
glog: release 0.3.5
-rw-r--r--cmake/INSTALL.md2
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--packages/deb/changelog6
4 files changed, 18 insertions, 12 deletions
diff --git a/cmake/INSTALL.md b/cmake/INSTALL.md
index bdc1cd9..d1b3952 100644
--- a/cmake/INSTALL.md
+++ b/cmake/INSTALL.md
@@ -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)
diff --git a/configure b/configure
index 3d24f37..2ebe549 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /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\\"
diff --git a/configure.ac b/configure.ac
index 7b4d21e..69711b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/packages/deb/changelog b/packages/deb/changelog
index 0d730a6..261cfd5 100644
--- a/packages/deb/changelog
+++ b/packages/deb/changelog
@@ -1,3 +1,9 @@
+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.