Skip to content

Commit e8ab241

Browse files
committed
version bump 1.2.5
1 parent da7cfc4 commit e8ab241

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Version 1.2.5
2+
* Bugfix in --randomize
3+
14
* Version 1.2.4
25
* Add --randomize
36
* Fix random seed bug

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
1616
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
AC_PREREQ(2.59)
19-
AC_INIT(memtier_benchmark,1.2.4,yossigo@gmail.com)
19+
AC_INIT(memtier_benchmark,1.2.5,yossigo@gmail.com)
2020
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
2121
AC_CONFIG_HEADER([config.h])
2222
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)