Skip to content

Commit

Permalink
remove version.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Dec 23, 2014
1 parent 20f9d57 commit 1b9ef66
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 75 deletions.
2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ of every change, see the Git log.

Latest
------
* Minor: Add ``steinwurf_version.hpp``.
* Minor: Added version define.

2.2.0
-----
Expand Down
41 changes: 0 additions & 41 deletions src/gtest/steinwurf_version.hpp

This file was deleted.

32 changes: 0 additions & 32 deletions test/src/test_steinwurf_version.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def build(bld):
source=['gtest/src/gtest-all.cc'],
target='gtest',
includes=['gtest/include', 'gtest'],
export_includes=['gtest/include', 'src'],
export_includes=['gtest/include'],
export_defines=['STEINWURF_GTEST_VERSION="{}"'.format(VERSION)],
use=use_flags)

Expand Down

0 comments on commit 1b9ef66

Please sign in to comment.