Skip to content

Commit

Permalink
Updated autotools and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergs committed Dec 23, 2019
1 parent 2e15476 commit 2c3a850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(fleet-commander-client, 0.14.0, aruiz@redhat.com)
AC_INIT(fleet-commander-client, 0.15.0, aruiz@redhat.com)
AC_COPYRIGHT([Copyright 2014,2015,2016,2017,2018,2019 Red Hat, Inc.])

AC_PREREQ(2.64)
Expand Down
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fc_client_confadapt_py_SCRIPTS = \
fleetcommanderclient/configadapters/goa.py \
fleetcommanderclient/configadapters/chromium.py \
fleetcommanderclient/configadapters/firefox.py \
fleetcommanderclient/configadapters/firefoxbookmarks.py \
fleetcommanderclient/configadapters/networkmanager.py \
fleetcommanderclient/configadapters/dconf.py

Expand All @@ -15,6 +16,7 @@ fc_client_adapters_py_SCRIPTS = \
fleetcommanderclient/adapters/goa.py \
fleetcommanderclient/adapters/chromium.py \
fleetcommanderclient/adapters/firefox.py \
fleetcommanderclient/adapters/firefoxbookmarks.py \
fleetcommanderclient/adapters/nm.py \
fleetcommanderclient/adapters/dconf.py

Expand Down

0 comments on commit 2c3a850

Please sign in to comment.