Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Oct 22, 2017
2 parents 097c2f9 + 080befc commit 2414eee
Show file tree
Hide file tree
Showing 24 changed files with 365 additions and 325 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ check_PROGRAMS = \
bin/check/double \
bin/check/file \
bin/check/flags \
bin/check/indirect \
bin/check/integer \
bin/check/intmax \
bin/check/ldouble \
Expand All @@ -72,6 +73,7 @@ TESTS = \
bin/check/double \
bin/check/file \
bin/check/flags \
bin/check/indirect \
bin/check/integer \
bin/check/intmax \
bin/check/ldouble \
Expand Down Expand Up @@ -103,6 +105,7 @@ lib_libfmt_a_SOURCES = src/fmt.c
bin_check_double_SOURCES = src/fmt.c test/double.c
bin_check_file_SOURCES = src/fmt.c test/file.c
bin_check_flags_SOURCES = src/fmt.c test/flags.c
bin_check_indirect_SOURCES = src/fmt.c test/indirect.c
bin_check_integer_SOURCES = src/fmt.c test/integer.c
bin_check_intmax_SOURCES = src/fmt.c test/intmax.c
bin_check_ldouble_SOURCES = src/fmt.c test/ldouble.c
Expand Down
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.2], [fmt@guillermo.in], [fmt], [https://github.com/guillermocalvo/fmt/])
AC_INIT([fmt], [1.4.0], [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.2",
"version": "1.4.0",
"description": "A tiny C string formatting library",
"repo": "guillermocalvo/fmt",
"license": "LGPL",
Expand Down
Loading

0 comments on commit 2414eee

Please sign in to comment.