diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 16:06:38 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 16:06:38 (EDT) |
commit | 2422e5fdc8c2576882f6cbd19f017f3c8b43ff1d (patch) | |
tree | 60dec0940c2d0f02b859bf502667abe8cb19d965 | |
parent | bbb96d7c6324aecf305809af959fb405d30ef355 (diff) |
NEWS, configure.ac: Set version to 4.1.3
-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.2+dev --------------------------- +opkbuild version 4.1.3 +---------------------- Released: ????-??-?? diff --git a/configure.ac b/configure.ac index f241f94..ea6c213 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.2+dev], +AC_INIT([opkbuild], [4.1.3], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |