diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 18:14:11 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 18:14:11 (EDT) |
commit | f77c905036dd756fbdfaa85fa446fa32e31a054c (patch) | |
tree | 086e7f878fd332d439c005b628dda5bf375e03da | |
parent | bb7e7dfacefb85aab2657fab98831e835ce951b6 (diff) |
NEWS, configure.ac: Set version to 4.1.3+dev
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +opkbuild version 4.1.3+dev +-------------------------- + +Released: ????-??-?? + opkbuild version 4.1.3 ---------------------- diff --git a/configure.ac b/configure.ac index ea6c213..98e8f29 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], +AC_INIT([opkbuild], [4.1.3+dev], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |