diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-09 09:35:24 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-09 09:35:24 (EST) |
commit | 8af88f471b157f6bf683abab44c95cda37726121 (patch) | |
tree | 5314749cb9437f156d33d9f57138095fcbbdb8b6 | |
parent | 3ce87adf542b44f59c98858b918bfbb49bee3fad (diff) |
NEWS, configure.ac: Set version to 4.2.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.2.1+dev +-------------------------- + +Released: ????-??-?? + opkbuild version 4.2.1 ---------------------- diff --git a/configure.ac b/configure.ac index 7cb94bc..ebad13b 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.1], +AC_INIT([opkbuild], [4.2.1+dev], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |