Skip to content

Commit

Permalink
update release notes and version for specex/0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Mar 30, 2018
1 parent 5fafe66 commit de9ea5e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# specex Change Log

## 0.6.1 (unreleased)
## 0.6.2 (unreleased)

* No changes yet.

## 0.6.1 (2018-03-29)

* Versioning utilities

Expand Down
13 changes: 13 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@ Example :
./waf install
```

## Tagging

Update the tag version with
```
make version TAG=x.y.z
```

To automatically increment a dev tag:
```
make version
```

2 changes: 1 addition & 1 deletion src/library/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION_STRING "0.5.0.dev515"
#define VERSION_STRING "0.6.1"

0 comments on commit de9ea5e

Please sign in to comment.