Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmrod committed Mar 24, 2020
1 parent 9c906e6 commit 4511085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([mapseq],[1.2.5])
AC_INIT([mapseq],[1.2.6])

: ${CXXFLAGS=-O3}

Expand Down
2 changes: 1 addition & 1 deletion make-bin-package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

MSEQVER=1.2.5
MSEQVER=1.2.6

./configure --prefix=`pwd`/mapseq-$MSEQVER-linux --bindir=`pwd`/mapseq-$MSEQVER-linux --enable-makestatic LIBS="-lgpm -ltermcap" CXXFLAGS="-O2"
make install
Expand Down

0 comments on commit 4511085

Please sign in to comment.