diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-03 23:47:39 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-03 23:47:39 (EDT) |
commit | b006fd6f93e3a0a6eea6c4f58b4d83f0797a62f4 (patch) | |
tree | 8a3ab4f9c381c5cd4562358619969c685f06ab93 | |
parent | 870561f466a188f6752e4003929d9b3233de59c3 (diff) |
NEWS, configure.ac: Set version to 4.0.2
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -opkbuild version 4.0.1+dev --------------------------- +opkbuild version 4.0.2 +---------------------- Released: ????-??-?? diff --git a/configure.ac b/configure.ac index cf584fa..f733cae 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], [4.0.1+dev], +AC_INIT([opkbuild], [4.0.2], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |