diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:20:38 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:20:38 (EST) |
commit | 3143bea9280d01af6e557d7f0a0b15a33144833d (patch) | |
tree | b4700c5ac1401d9cdce895ed3574b96094f4ca21 | |
parent | 8be35c3ba143befdd5f2cd048bb18d7103118fa3 (diff) |
configure.ac: Update package version to 4.0.0
opkbuild 4.0.0 is not yet released. This is just to silence Automake's
"check-news" feature in the "distdir" target: "NEWS not updated; not
releasing".
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2b09f97..daa3840 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with opkbuild. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([opkbuild], [3.0.0-beta7], +AC_INIT([opkbuild], [4.0.0], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['Distribution Build System']) |