Skip to content

Commit

Permalink
Declare version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkasad committed May 14, 2024
1 parent acb4a3e commit 854f58e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
PREFIX = /usr/local

NAME = citer
VERSION = 0.1.0
VERSION = 0.2.0
LICENSE_HEADER_LENGTH = 18

# Order matters here. The "iterator" module must come first, so that when
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Don't worry though; it's easy!

Simply run `make` in the root directory of the repository.

This will build three notable files: `citer.h`, `libciter.a`, and `libciter.so.0.1.0`.
This will build three notable files: `citer.h`, `libciter.a`, and `libciter.so.0.2.0`.

The examples in the `examples/` directory will also be built.
Those can be run to test CIter's features.
Expand All @@ -60,8 +60,8 @@ To install to a different location, run `make PREFIX=/path/to/install/into insta
Running `make install` will:
- install `citer.h` as `$(PREFIX)/include/citer.h`;
- install `libciter.a` as `$(PREFIX)/lib/libciter.a`;
- install `libciter.so.0.1.0` as `$(PREFIX)/lib/libciter.so.0.1.0`;
- create symbolic links `libciter.so` and `libciter.so.0` to `libciter.so.0.1.0` in `$(PREFIX)/lib`.
- install `libciter.so.0.2.0` as `$(PREFIX)/lib/libciter.so.0.2.0`;
- create symbolic links `libciter.so` and `libciter.so.0` to `libciter.so.0.2.0` in `$(PREFIX)/lib`.

### Uninstalling

Expand Down

0 comments on commit 854f58e

Please sign in to comment.