From 45262bfa8e4f60aa286a6dfef2f09fba9c7d9afa Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 2 Aug 2021 16:44:15 -0400 Subject: [PATCH] Version 2.13.0 Signed-off-by: Mathieu Desnoyers Change-Id: Ic4096213364251e43f99c677790fa29482d967da --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 346dd1ab..459c49fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2021-08-02 (Ice Cream Sandwich Day) lttng-ust 2.13.0 + * No change + 2021-07-16 (World Snake Day) lttng-ust 2.13.0-rc3 * Documentation: clarify API backward compatibility comment * doc/man: only mention `-llttng-ust-common` in synopses (conditionally) diff --git a/configure.ac b/configure.ac index 3f21ccef..e3089964 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. m4_define([ust_version_major], [2]) m4_define([ust_version_minor], [13]) m4_define([ust_version_patch], [0]) -m4_define([ust_version_dev_stage], [-rc3]) +m4_define([ust_version_dev_stage], []) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) m4_define([ust_version_name], [[Nordicité]]) m4_define([ust_version_description], [[The product of a collaboration between Champ Libre and Boréale, this farmhouse IPA is brewed with Kveik yeast and Québec-grown barley, oats and juniper branches. The result is a remarkable fruity hazy golden IPA that offers a balanced touch of resinous and woodsy bitterness.]]) -- 2.34.1