diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 10:43:36 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 10:43:36 (EDT) |
commit | cc8ae3314f06138823ebdef6890b23da0f17cbc6 (patch) | |
tree | 4155df40fe8d814a628f25f7cbb80e0362edb4f1 | |
parent | e2b8eb4e026a18a4a622bfe557234aaa3bd8d1a3 (diff) |
NEWS, configure.ac: Set version to 4.1.1
-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.1.1 +---------------------- + +Released: ????-??-?? + opkbuild version 4.1.0 ---------------------- diff --git a/configure.ac b/configure.ac index 9b55cf2..9893403 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.1.0], +AC_INIT([opkbuild], [4.1.1], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |