summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 893838c..9f06151 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
-opkhelper version 3.1.3+dev
+opkhelper version 3.1.4
---------------------------
Released: ????-??-??
+Changes in this release:
+
* libopkbuild is now a required dependency.
* oh-shlibdeps now architecture-qualifies names of just-built packages
when appropriate (as determined by libopkbuild).
diff --git a/configure.ac b/configure.ac
index dd1cfe0..eaa5f6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([opkhelper], [3.1.3+dev],
+AC_INIT([opkhelper], [3.1.4],
[mailto:proteanos-dev@lists.proteanos.com], [opkhelper],
[http://www.proteanos.com/dev/opkhelper/])
AC_CONFIG_AUX_DIR([build-aux])