diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 21:09:50 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-04 21:09:50 (EDT) |
commit | 957bcef02fadd42ae9a5ea6eb8a0417f4f867b50 (patch) | |
tree | c6e13a4ae74f1ce8000e37b596f412f0f9fb5b65 | |
parent | e4a1690440dc7da94f8bec5d1a71eeac57425f4f (diff) |
NEWS, configure.ac: Set version to 4.1.4+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.4+dev +-------------------------- + +Released: ????-??-?? + opkbuild version 4.1.4 ---------------------- diff --git a/configure.ac b/configure.ac index 9b6e21d..cf33d29 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.4], +AC_INIT([opkbuild], [4.1.4+dev], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |