Skip to content

Commit

Permalink
Update version to v2.0.0-rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ia3ada317153a283c90841b273c78cac3bc032655
  • Loading branch information
jgalar committed Nov 15, 2019
1 parent 8c99128 commit b007e40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2019-11-15 babeltrace 2.0.0-rc4
* Update version string to match the rc4 tag

2019-11-15 babeltrace 2.0.0-rc3 (National Clean Out Your Refrigerator Day)
* babeltrace2-source.ctf.fs(7): document the overlapping snapshot feature
* Revert "Notes de relâche du troisième candidat de relâche"
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.50])
AC_INIT([babeltrace],[2.0.0-rc3],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace])
dnl Process this file with autoconf to produce a configure script.
dnl
dnl Copyright (c) 2017 EfficiOS, Inc.
dnl
dnl Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -29,7 +29,7 @@ AC_PREREQ([2.50])
m4_define([bt_version_major], [2])
m4_define([bt_version_minor], [0])
m4_define([bt_version_patch], [0])
m4_define([bt_version_extra], [-rc2])
m4_define([bt_version_extra], [-rc4])
m4_define([bt_version], bt_version_major[.]bt_version_minor[.]bt_version_patch[]bt_version_extra)

AC_INIT([babeltrace], bt_version, [jeremie dot galarneau at efficios dot com], [], [https://efficios.com/babeltrace/])
Expand Down

0 comments on commit b007e40

Please sign in to comment.