Skip to content

Commit

Permalink
release: 2018-06-R1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeryan committed Jun 26, 2018
1 parent 3bbc8d9 commit d615b97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libbtbb (2018-06-R1) unstable; urgency=low
* Minor bugfix and version bump for 2018-06-R1 Ubertooth release

-- Mike Ryan <[email protected]> 26 Jun 2018 13:20:00 -0700

libbtbb (2017-03-R2) unstable; urgency=low
* Remove dependency on libpcap, simplifying build process

Expand Down
4 changes: 2 additions & 2 deletions cmake/set_release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# tagged

if(NOT DEFINED RELEASE_STRING)
set(LATEST_RELEASE "2017-03-R2")
set(LATEST_RELEASE "2018-06-R1")

execute_process(
COMMAND git log -n 1 --format=%h
Expand All @@ -32,4 +32,4 @@ if(NOT DEFINED RELEASE_STRING)
endif()
set(RELEASE_STRING "git-${GIT_VERSION}${DIRTY_FLAG}")
endif (GIT_EXIT_ERROR)
endif(NOT DEFINED RELEASE_STRING)
endif(NOT DEFINED RELEASE_STRING)

0 comments on commit d615b97

Please sign in to comment.