Skip to content

Commit

Permalink
changes to cmake to remove i2 and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk65 committed Dec 6, 2018
1 parent 0227f62 commit f0cd10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install(

install(
DIRECTORY
docs examples i2 include scripts testfiles
docs examples include testfiles
DESTINATION
share/ample
)
Expand Down
2 changes: 1 addition & 1 deletion ample/util/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version_info__ = (1, 4, 5)
__version_info__ = (1, 4, 6)
__version__ = '.'.join(str(v) for v in __version_info__)
__git_revno__ = "e94355c11add89bb45dd4f369d1a73fa7847878a"

0 comments on commit f0cd10e

Please sign in to comment.