Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Oct 22, 2017
2 parents 2414eee + 916955c commit d3e4425
Show file tree
Hide file tree
Showing 4 changed files with 5 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.4.0], [fmt@guillermo.in], [fmt], [https://github.com/guillermocalvo/fmt/])
AC_INIT([fmt], [1.4.1], [fmt@guillermo.in], [fmt], [https://github.com/guillermocalvo/fmt/])


# Information on the package
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "fmt",
"version": "1.4.0",
"version": "1.4.1",
"description": "A tiny C string formatting library",
"repo": "guillermocalvo/fmt",
"license": "LGPL",
"install": "autoreconf --install && ./configure && make install",
"src": [
"src/fmt.c",
"src/fmt.h"
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.4.0
* @version 1.4.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.4.0
* @version 1.4.1
* @author Copyright (c) 2017 Guillermo Calvo
*
*/
Expand Down

0 comments on commit d3e4425

Please sign in to comment.