Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
glog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
glog
Commits
406b0e70
Commit
406b0e70
authored
Jan 22, 2019
by
Shinichiro Hamaji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glog: release 0.4.0
parent
6d6d3187
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
INSTALL.md
cmake/INSTALL.md
+1
-1
configure.ac
configure.ac
+1
-1
changelog
packages/deb/changelog
+6
-0
No files found.
CMakeLists.txt
View file @
406b0e70
...
...
@@ -8,7 +8,7 @@ if (POLICY CMP0063)
cmake_policy
(
SET CMP0063 NEW
)
endif
(
POLICY CMP0063
)
project
(
glog VERSION 0.
3.5
LANGUAGES C CXX
)
project
(
glog VERSION 0.
4.0
LANGUAGES C CXX
)
set
(
CPACK_PACKAGE_NAME glog
)
set
(
CPACK_PACKAGE_DESCRIPTION_SUMMARY
""
)
...
...
cmake/INSTALL.md
View file @
406b0e70
...
...
@@ -53,7 +53,7 @@ If you have Glog installed in your system, you can use the CMake command
cmake_minimum_required
(
VERSION 3.0.2
)
project
(
myproj VERSION 1.0
)
find_package
(
glog 0.
3.5
REQUIRED
)
find_package
(
glog 0.
4.0
REQUIRED
)
add_executable
(
myapp main.cpp
)
target_link_libraries
(
myapp glog::glog
)
...
...
configure.ac
View file @
406b0e70
...
...
@@ -5,7 +5,7 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ(2.57)
AC_INIT(glog, 0.
3.5
, opensource@google.com)
AC_INIT(glog, 0.
4.0
, opensource@google.com)
# The argument here is just something that should be in the current directory
# (for sanity checking)
AC_CONFIG_SRCDIR(README.md)
...
...
packages/deb/changelog
View file @
406b0e70
google-glog (0.4.0-1) unstable; urgency=low
* New upstream release.
-- Google Inc. <opensource@google.com> Tue, 22 Jan 2019 21:00:26 +0900
google-glog (0.3.5-1) unstable; urgency=low
* New upstream release.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment