diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 20:51:19 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 20:51:19 (EDT) |
commit | b9681e990e6d6330a8510658fb06be2ce981ddcc (patch) | |
tree | d99813a841c1618ffa62175dbaa807058794d4fc | |
parent | 19f7af6d1bdec4d3f24e01f0681267a8023ceaed (diff) |
NEWS, configure.ac: Set version to 4.1.4
-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.1.3+dev --------------------------- +opkbuild version 4.1.4 +---------------------- Released: ????-??-?? diff --git a/configure.ac b/configure.ac index 98e8f29..9b6e21d 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.1.3+dev], +AC_INIT([opkbuild], [4.1.4], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |