-
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.
We should get a release out to try to keep with at least a once-a-month cadence. This one has some exciting stuff like libcurl and Rust, and various bugfixes. Also importantly I want to cut this *before* we land some other bigger stuff, so rpm-ostree can start using the reload_config API etc. Closes: #685 Approved by: jlebon
- Loading branch information
1 parent
4e908f8
commit da21d73
Showing
2 changed files
with
15 additions
and
7 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
AC_PREREQ([2.63]) | ||
dnl If incrementing the version here, remember to update libostree.sym too | ||
AC_INIT([libostree], [2017.1], [[email protected]]) | ||
AC_INIT([libostree], [2017.2], [[email protected]]) | ||
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