Skip to content

Commit 1a09230

Browse files
committed
Update version to 0.2
1 parent eaf2ed0 commit 1a09230

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## v0.2 (in progress)
3+
## v0.2 (2019-11-26)
44

55
- Use `std::string_view` if available
66
- Install a `pkg-config` `.pc` file that sets the compiler's include path as

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ addition, the tests require a C++14 compiler and [mettle][mettle].
1717

1818
## Installation
1919

20-
bencode.hpp uses [bfg9000][bfg9000] to build and test itself. Building with
21-
`bfg9000` is straightforward. Just run the following:
20+
If you're using Ubuntu (or a similar distro), you can install bencode from the
21+
following PPA: [ppa:jimporter/stable][ppa]. If you're not using Ubuntu, you can
22+
also build from source using [bfg9000][bfg9000]. Just run the following:
2223

2324
```sh
2425
$ cd /path/to/bencode.hpp/
@@ -120,4 +121,5 @@ This library is licensed under the [BSD 3-Clause license](LICENSE).
120121
[boost]: https://www.boost.org/
121122
[library-fundamentals]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4480.html
122123
[mettle]: https://jimporter.github.io/mettle/
124+
[ppa]: https://launchpad.net/~jimporter/+archive/ubuntu/stable
123125
[bfg9000]: https://jimporter.github.io/bfg9000/

Diff for: build.bfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- python -*-
22

33
bfg9000_required_version('>=0.5.0')
4-
project('bencodehpp', version='0.2-dev')
4+
project('bencodehpp', version='0.2')
55

66
global_options([opts.std(argv.std)], lang='c++')
77

0 commit comments

Comments
 (0)