diff options
author | Patrick 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) |
commit | 98b1cc222f6b83c409b8a91bb8b19ad06a1f2129 (patch) | |
tree | 021745ec85e12e6ab018df8d3a46e6d0383dc0b5 | |
parent | 75dd10693b6ced4f4d55ce6f374807e306de5783 (diff) |
NEWS, configure.ac: Set version to 4.2.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.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']) |