Skip to content

Commit

Permalink
v1.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangping committed Aug 6, 2018
1 parent b79253c commit 86a9182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,5 +1,8 @@
releases are sorted from youngest to oldest.

v-1.0.0-rc5 2018-08-06
- #53 lock job mutex when reset job

v-1.0.0-rc4 2018-07-31
- #53 lock sempore when clean_job_list

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([gstreamill], [1.0.0-rc4], [BUG-REPORT-ADDRESS])
AC_INIT([gstreamill], [1.0.0-rc5], [BUG-REPORT-ADDRESS])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign])
Expand Down

0 comments on commit 86a9182

Please sign in to comment.