Skip to content

Commit

Permalink
remove -<snappy> from version (google#1)
Browse files Browse the repository at this point in the history
* remove -<snappy> from version

having -<snappy> as part of the version makes it near impossibl to use this as a hex dependency as matchers won't match it.

* change version to 1.2.0

* change makefile version

* Remove versioning section from README
  • Loading branch information
Licenser authored and zmstone committed Mar 1, 2017
1 parent bd928ed commit 9f20a2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT = snappyer
PROJECT_DESCRIPTION = Snappy as nif for Erlang
PROJECT_VERSION = 1.1.3-1.0.5
PROJECT_VERSION = 1.2.0

ERLC_OPTS += -DAPPLICATION=$(PROJECT)
TEST_ERLC_OPTS += -DAPPLICATION=$(PROJECT)
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,3 @@ Erlang nif support copied from: https://github.com/fdmanana/snappy-erlang-nif
make eunit
```

## Versioning

```
<snappy-version>-<erlang-nif-version>
```

2 changes: 1 addition & 1 deletion src/snappyer.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ application
, snappyer
, [ {description,"Snappy as nif for Erlang"}
, {vsn,"1.1.3-1.0.5"}
, {vsn,"1.2.0"}
, {registered,[]}
, {applications,[kernel,stdlib]}
, {env,[]}
Expand Down

0 comments on commit 9f20a2c

Please sign in to comment.