Skip to content

Commit

Permalink
Update version number to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calleluks committed Apr 19, 2017
1 parent 50871c1 commit d14e280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vX.Y.Z - YYYY-MM-DD

# v1.6.0 - 2017-04-19

## Bug fixes

- Fix memory leak (63c7da5) (Anton Lindqvist)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([pick], [1.5.4], [[email protected]])
AC_INIT([pick], [1.6.0], [[email protected]])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CC
Expand Down

0 comments on commit d14e280

Please sign in to comment.