Skip to content

Commit

Permalink
Update and tag for 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine committed Nov 8, 2013
1 parent 266f4e4 commit 06b7c59
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2013-11-08 bovine
* Update and tag for 1.4 release

2013-11-08 gahr

* API of integer_callback changed the other way around

2013-06-24 karl
* Use "delete" method rather than rename object to "" to delete
intermediate yajltcl objects when turning arrays into json, etc.
Expand Down
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.3*
*Version 1.4*

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.terms" 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.3])
AC_INIT([yajltcl], [1.4])

#--------------------------------------------------------------------
# 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.3"
NEWVER="1.4"

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

Expand Down

0 comments on commit 06b7c59

Please sign in to comment.