Skip to content

Commit

Permalink
v40
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed Oct 15, 2019
1 parent 4706d35 commit 4364c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AM_CFLAGS = \
-Wall -W -std=gnu99 -DBINDIR=\"$(bindir)\"

EXTRA_DIST = \
README.md
README.md \
LICENSE \
COPYING \
data/ucd.service.in \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT([micro-config-drive],[39],[[email protected]])
AC_INIT([micro-config-drive],[40],[[email protected]])
AM_INIT_AUTOMAKE([foreign -Wall -Wno-portability silent-rules subdir-objects color-tests no-dist-gzip dist-xz])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_FILES([Makefile
Expand Down

0 comments on commit 4364c94

Please sign in to comment.