Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Mar 24, 2020
1 parent 35c287f commit 960c139
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## v2.6.0 (2020-03-25)

* Show underlying regex error messages in output, use default out of memory message [@toy](https://github.com/toy)
* Experimental use different failure exit codes from sysexits [@toy](https://github.com/toy)
* Add changelog [@toy](https://github.com/toy)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Originally written by Frederik Seiffert <ego@frederikseiffert.de>

Copyright (c) 2011-2019 Ivan Kuchin
Copyright (c) 2011-2020 Ivan Kuchin

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ To release new version:
## Copyright

Originally written by Frederik Seiffert ego@frederikseiffert.de http://www.frederikseiffert.de/blueutil/
Copyright (c) 2011-2019 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
Copyright (c) 2011-2020 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details.
4 changes: 2 additions & 2 deletions blueutil.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//
// Originally written by Frederik Seiffert <ego@frederikseiffert.de> http://www.frederikseiffert.de/blueutil/
//
// Copyright (c) 2011-2019 Ivan Kuchin. See <LICENSE.txt> for details.
// Copyright (c) 2011-2020 Ivan Kuchin. See <LICENSE.txt> for details.

#define VERSION "2.5.1"
#define VERSION "2.6.0"

#import <IOBluetooth/IOBluetooth.h>

Expand Down

0 comments on commit 960c139

Please sign in to comment.