diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:31:14 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:31:14 (EST) |
commit | 0611cc03291bd33eb1269dd334a8208b1ec3c78b (patch) | |
tree | d7bd9c2d70ac8afa2e3525ff60a6dbe0cdb6919f | |
parent | 3143bea9280d01af6e557d7f0a0b15a33144833d (diff) |
configure.ac, NEWS: Add "-dev" to version
-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.0.0 ----------------------- +opkbuild version 4.0.0-dev +-------------------------- Released: ????-??-?? diff --git a/configure.ac b/configure.ac index daa3840..61d73ff 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.0], +AC_INIT([opkbuild], [4.0.0-dev], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['Distribution Build System']) |