summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick 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)
commit3143bea9280d01af6e557d7f0a0b15a33144833d (patch)
treeb4700c5ac1401d9cdce895ed3574b96094f4ca21 /configure.ac
parent8be35c3ba143befdd5f2cd048bb18d7103118fa3 (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".
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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'])