-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In particular I'd like to get the `--copyup` changes out for an rpm-ostree release that will use them. But there are other good changes here, and let's keep up a regular release train 🚄 in general. Closes: #1413 Approved by: jlebon
- Loading branch information
1 parent
8e6e64a
commit d3fa950
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ dnl If doing a final release, remember to follow the instructions to | |
dnl update libostree-released.sym from libostree-devel.sym, and update the checksum | ||
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], [16]) | ||
m4_define([year_version], [2018]) | ||
m4_define([release_version], [1]) | ||
m4_define([package_version], [year_version.release_version]) | ||
AC_INIT([libostree], [package_version], [[email protected]]) | ||
is_release_build=no | ||
is_release_build=yes | ||
AC_CONFIG_HEADER([config.h]) | ||
AC_CONFIG_MACRO_DIR([buildutil]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters