diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-03 17:43:16 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-03 17:43:16 (EDT) |
commit | dd4179fa34847edea7b3b8e527ae9a6dbfee64d6 (patch) | |
tree | e4243be794d57fb643a96739f745457573d4a670 | |
parent | ff4262d95e8901da469bc89af63568345b46d314 (diff) |
NEWS, configure.ac: Set version to 4.0.1+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.0.1+dev +-------------------------- + +Released: ????-??-?? + opkbuild version 4.0.1 ---------------------- diff --git a/configure.ac b/configure.ac index 434a222..cf584fa 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.0.1], +AC_INIT([opkbuild], [4.0.1+dev], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |