Skip to content

Commit

Permalink
build-sys: Post-release version bump
Browse files Browse the repository at this point in the history
Closes: #1387
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Dec 21, 2017
1 parent 8ef18fd commit 117d5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dnl update libostree-released.sym from libostree-devel.sym, and update the check
dnl in test-symbols.sh, and also set is_release_build=yes below. Then make
dnl another post-release commit to bump the version, and set is_release_build=no.
m4_define([year_version], [2017])
m4_define([release_version], [15])
m4_define([release_version], [16])
m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [walters@verbum.org])
is_release_build=yes
is_release_build=no
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit 117d5c9

Please sign in to comment.