Skip to content

Commit eb64cf5

Browse files
committed
bump version 1.2.4
1 parent 16324fc commit eb64cf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
* Version 1.2.4
2+
* Add --randomize
3+
* Fix random seed bug
4+
* Improve statistics accuracy
5+
16
* Version 1.2.3
27
* Add progress and current (instantaneous) stats
38

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.3,yossigo@gmail.com)
19+
AC_INIT(memtier_benchmark,1.2.4,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)