Skip to content

Commit

Permalink
Update version number to 2.4.0.2 (10071) (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Abe authored Apr 17, 2018
1 parent 9bceaf8 commit c581544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
dnl
dnl LTFS configure.ac.
dnl
AC_INIT([LTFS], [2.4.0.1 (10062)], IBM corporation.)
AC_INIT([LTFS], [2.4.0.2 (10071)], IBM corporation.)
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4])
Expand Down
2 changes: 1 addition & 1 deletion src/libltfs/ltfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct device_data;

#ifdef __APPLE_MAKEFILE__
#define PACKAGE_NAME "LTFS"
#define PACKAGE_VERSION "2.4.0.1"
#define PACKAGE_VERSION "2.4.0.2"
#else
#include "config.h"
#endif
Expand Down

0 comments on commit c581544

Please sign in to comment.