diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-08 14:01:01 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-08 14:01:01 (EST) |
commit | 9248ba9230e9244994039a9fb6e3c666d7befe0a (patch) | |
tree | 01789f718f40bc112cc94ab1901ca3e6933b4c5b | |
parent | 36f130009c0e34ada43cdde8a14308968d2d4067 (diff) |
NEWS, configure.ac: Set version to 4.2.0+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.2.0+dev +-------------------------- + +Released: ????-??-?? + opkbuild version 4.2.0 ---------------------- diff --git a/configure.ac b/configure.ac index 2680834..4d20471 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.2.0], +AC_INIT([opkbuild], [4.2.0+dev], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |