Skip to content

Commit

Permalink
V0.9.1 bump (#45)
Browse files Browse the repository at this point in the history
* 0.9.1 version bump

* fix lincense in meson
  • Loading branch information
jwcodee authored Jun 10, 2022
1 parent a236fe3 commit c24b6d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bin/goldrush
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -rRf
# Pipeline for the Goldrush program
# Written by Puneet Sidhu, Johnathan Wong, Lauren Coombe, and Vladimir Nikolic
# GoldRush v0.9.0
# GoldRush v0.9.1

# Input files
reads=reads
Expand Down Expand Up @@ -105,12 +105,12 @@ endif
.SECONDARY:

version:
@echo "goldrush v0.9.0"
@echo "goldrush v0.9.1"

# Help
help:
@echo "GoldRush"
@echo "v0.9.0"
@echo "v0.9.1"
@echo ""
@echo "Usage: goldrush [COMMAND] [OPTION=VALUE]…"
@echo ""
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('goldrush', 'cpp',
version : '0.9.0',
license : 'MIT',
version : '0.9.1',
license : 'GPL-3',
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])

btllib_dep = declare_dependency(include_directories : 'external/btllib/include')
Expand Down

0 comments on commit c24b6d7

Please sign in to comment.