diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 17:52:29 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 17:52:29 (EDT) |
commit | c3cfef5b2d7b9f6fc96577eb9756aef21ae10561 (patch) | |
tree | 79240a2ad59c22be28c7577d8ebaa6025193767e | |
parent | 96a1fdc278649dd7a5d3e6afd2bdb39ed5a71587 (diff) |
NEWS, configure.ac: Set version to 4.1.2
-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.1.1+dev --------------------------- +opkbuild version 4.1.2 +---------------------- Released: ????-??-?? diff --git a/configure.ac b/configure.ac index f6e438f..8f4359c 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.1+dev], +AC_INIT([opkbuild], [4.1.2], [mailto:proteanos-dev@lists.proteanos.com], [opkbuild], [http://www.proteanos.com/dev/opkbuild/]) AC_SUBST([PACKAGE_DESCRIPTION], ['opkbuild']) |