Skip to content

Commit

Permalink
Prepare to release version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota committed Feb 5, 2020
1 parent b773694 commit 1efd38c
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 @@ -25,7 +25,7 @@
# packit official page at https://github.com/eribertomota/packit

AC_PREREQ([2.69])
AC_INIT([packit], [1.6], [https://github.com/eribertomota/packit/issues])
AC_INIT([packit], [1.7], [https://github.com/eribertomota/packit/issues])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion src/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
* packit official page at https://github.com/eribertomota/packit
*/

#define P_VERSION "1.6"
#define P_VERSION "1.7"
#define P_AUTHOR "Darren Bounds, Eriberto Mota and others"
#define P_SITE "https://github.com/eribertomota/packit"

0 comments on commit 1efd38c

Please sign in to comment.