summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-08 02:00:12 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-08 02:00:12 (EST)
commitf97e655fe1c267eb13a98097f97530e1b4124325 (patch)
tree0da46587fa395e6fde854a7e6c429213fc61eac6
parent7100eb7de881fe58454f19913c5444a26eb4f167 (diff)
NEWS, configure.ac: Set version to 4.2.1
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1c75821..5aa1ce9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-opkbuild version 4.2.0+dev
---------------------------
+opkbuild version 4.2.1
+----------------------
Released: ????-??-??
diff --git a/configure.ac b/configure.ac
index 4d20471..7cb94bc 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.0+dev],
+AC_INIT([opkbuild], [4.2.1],
[mailto:proteanos-dev@lists.proteanos.com], [opkbuild],
[http://www.proteanos.com/dev/opkbuild/])
AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild'])