diff options
author | John Klug <john.klug@multitech.com> | 2020-11-12 14:11:07 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-12 14:11:07 -0600 |
commit | 55d3f2e066aed056605ac8448d51a067f963932c (patch) | |
tree | 6572dae30845a51572087ae8dd2e64f7806a741c | |
parent | f96c38186b29560bf4e9eec07f9e6876178957a1 (diff) | |
download | mts-id-eeprom-55d3f2e066aed056605ac8448d51a067f963932c.tar.gz mts-id-eeprom-55d3f2e066aed056605ac8448d51a067f963932c.tar.bz2 mts-id-eeprom-55d3f2e066aed056605ac8448d51a067f963932c.zip |
Bump the version to 0.5.7 in the config
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index db29c7b..7097dc1 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT([src/eeprom_main.c]) -AM_INIT_AUTOMAKE([mts-id-eeprom], [0.5.6]) +AM_INIT_AUTOMAKE([mts-id-eeprom], [0.5.7]) AM_CONFIG_HEADER([config.h]) AC_PROG_CC |