diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-08 18:32:15 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-08 18:32:15 (EST) |
commit | 7029b60525e864b2bcd5197fd7aeaa90a4bbb406 (patch) | |
tree | 105f106a1321325a051b8177f2a6315f36d3f571 | |
parent | bf8ed331dcea8a137735a9d551c42784c06aaeb4 (diff) |
NEWS, configure.ac: Set version to 4.2.2+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.2+dev +-------------------------- + +Released: ????-??-?? + opkbuild version 4.2.2 ---------------------- diff --git a/configure.ac b/configure.ac index 6ed31fd..d5f35e4 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.2], +AC_INIT([opkbuild], [4.2.2+dev], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |