Browse Source

Bump version to 0.1.4

pull/14/merge
Aleksey Demakov 6 years ago
parent
commit
9ad05b4c05
  1. 2
      ChangeLog
  2. 2
      configure.ac

2
ChangeLog

@ -1,5 +1,7 @@
2018-08-15 Aleksey Demakov <ademakov@gmail.com> 2018-08-15 Aleksey Demakov <ademakov@gmail.com>
* configure.ac: bump version to 0.1.4.
* jit/jit-vmem.c (jit_vmem_commit): fix return value. * jit/jit-vmem.c (jit_vmem_commit): fix return value.
2018-03-22 Aleksey Demakov <ademakov@gmail.com> 2018-03-22 Aleksey Demakov <ademakov@gmail.com>

2
configure.ac

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([libjit], [0.1.3], [libjit@gnu.org]) AC_INIT([libjit], [0.1.4], [libjit@gnu.org])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([include/jit/jit.h]) AC_CONFIG_SRCDIR([include/jit/jit.h])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])

Loading…
Cancel
Save