-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A lot of stuff here; new livefs is a big one. Plus a lot of internal cleanups, the introduction of C++ and the 32 bit package script fix etc.
- Loading branch information
1 parent
a93dc55
commit 4ce1cd2
Showing
2 changed files
with
2 additions
and
2 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,7 +3,7 @@ dnl | |
dnl SEE RELEASE.md FOR INSTRUCTIONS ON HOW TO DO A RELEASE. | ||
dnl | ||
m4_define([year_version], [2020]) | ||
m4_define([release_version], [8]) | ||
m4_define([release_version], [9]) | ||
m4_define([package_version], [year_version.release_version]) | ||
AC_INIT([rpm-ostree], [package_version], [[email protected]]) | ||
AC_CONFIG_HEADER([config.h]) | ||
|
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