diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 23:58:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 23:58:25 (EDT) |
commit | 11302a0870f4c13aa618153beeda8dc133def28c (patch) | |
tree | 66bb850b11d21738d3db2e62022f274401634e63 | |
parent | 5c55fc05e0e949a9278701efeee379330e5e3153 (diff) |
NEWS, configure.ac: Set version to 4.1.0
Release is imminent!
-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.2+dev --------------------------- +opkbuild version 4.1.0 +---------------------- Released: ????-??-?? diff --git a/configure.ac b/configure.ac index 3bbf769..49bf5b8 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.2+dev], +AC_INIT([opkbuild], [4.1.0], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |