Skip to content

Commit

Permalink
increment to version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed Jun 21, 2016
1 parent 9f07f4a commit 8442b1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### This is yajl-tcl, a direct Tcl interface to the yajl JSON generator library.

*Version 1.6*
*Version 1.6.1*

This package is a freely available open source package under the "Berkeley" license, same as Tcl. You can do virtually anything you like with it, such as modifying it, redistributing it, and selling it either in whole or in part. See the file "LICENSE" for complete information.

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------

AC_INIT([yajltcl], [1.6])
AC_INIT([yajltcl], [1.6.1])

#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
Expand Down
2 changes: 1 addition & 1 deletion update_ver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This script simplifies the process of incrementing all version numbers for a new release.

NEWVER="1.6"
NEWVER="1.6.1"

perl -p -i -e "s/^(AC_INIT\\(\\[[a-z_]+\\],) \\[[0-9.]+\\]/\\1 \\[$NEWVER\\]/" configure.in

Expand Down

0 comments on commit 8442b1d

Please sign in to comment.