Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Oct 9, 2017
1 parent 4b760b0 commit 1a7f611
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AC_PREREQ([2.68])


# Initialize package
AC_INIT([fmt], [1.3], [fmt@guillermo.in], [fmt], [https://github.com/guillermocalvo/fmt/])
AC_INIT([fmt], [1.3.1], [fmt@guillermo.in], [fmt], [https://github.com/guillermocalvo/fmt/])


# Information on the package
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmt",
"version": "1.3",
"version": "1.3.1",
"description": "A tiny C string formatting library",
"repo": "guillermocalvo/fmt",
"license": "LGPL",
Expand Down
2 changes: 1 addition & 1 deletion src/fmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* fmt source code file
*
* @version 1.3
* @version 1.3.1
* @author Copyright (c) 2017 Guillermo Calvo
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/fmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* fmt header file
*
* @version 1.3
* @version 1.3.1
* @author Copyright (c) 2017 Guillermo Calvo
*
*/
Expand Down

0 comments on commit 1a7f611

Please sign in to comment.