summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-02 13:33:14 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-02 14:55:36 (EST)
commit98b1cc222f6b83c409b8a91bb8b19ad06a1f2129 (patch)
tree021745ec85e12e6ab018df8d3a46e6d0383dc0b5
parent75dd10693b6ced4f4d55ce6f374807e306de5783 (diff)
NEWS, configure.ac: Set version to 4.2.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 93303d5..89cb6ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-opkbuild version 4.2.1+dev
---------------------------
+opkbuild version 4.2.2
+----------------------
Released: ????-??-??
diff --git a/configure.ac b/configure.ac
index ebad13b..6ed31fd 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.2.1+dev],
+AC_INIT([opkbuild], [4.2.2],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])