Skip to content

Commit

Permalink
Merge pull request #49 from burghardt/release
Browse files Browse the repository at this point in the history
Bumped version to 1.2.0.
  • Loading branch information
burghardt authored Jan 3, 2020
2 parents 6f313a3 + a3b9df7 commit 48f5c6a
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
@@ -1,4 +1,4 @@
AC_INIT([ClamFS], [1.1.0], [[email protected]], [clamfs])
AC_INIT([ClamFS], [1.2.0], [[email protected]], [clamfs])
AC_CONFIG_AUX_DIR(build)
AC_CONFIG_SRCDIR(src/clamfs.cxx)
AM_CONFIG_HEADER(config.h)
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ clamfs_SOURCES=clamfs.cxx clamfs.hxx \
scancache.cxx scancache.hxx \
mnotify.cxx mnotify.hxx \
stats.cxx stats.hxx \
utils.hxx
utils.hxx fdpassing.h

0 comments on commit 48f5c6a

Please sign in to comment.