Skip to content

Commit 1eb0f22

Browse files
committed
[RELEASE] Released version 3.1-dev0
Released version 3.1-dev0 with the following main changes : - MINOR: version: mention that it's development again
1 parent 555772e commit 1eb0f22

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ChangeLog :
22
===========
33

4+
2024/05/29 : 3.1-dev0
5+
- MINOR: version: mention that it's development again
6+
47
2024/05/29 : 3.0.0
58
- MINOR: sample: implement the uptime sample fetch
69
- CI: scripts: fix build of vtest regarding option -C

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.1-dev0

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
HAProxy
33
Configuration Manual
44
----------------------
5-
version 3.0
5+
version 3.1
66
2024/05/29
77

88

doc/intro.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-----------------------
22
HAProxy Starter Guide
33
-----------------------
4-
version 3.0
4+
version 3.1
55

66

77
This document is an introduction to HAProxy for all those who don't know it, as

doc/management.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------
22
HAProxy Management Guide
33
------------------------
4-
version 3.0
4+
version 3.1
55

66

77
This document describes how to start, stop, manage, and troubleshoot HAProxy,

include/haproxy/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#ifdef CONFIG_PRODUCT_BRANCH
3434
#define PRODUCT_BRANCH CONFIG_PRODUCT_BRANCH
3535
#else
36-
#define PRODUCT_BRANCH "3.0"
36+
#define PRODUCT_BRANCH "3.1"
3737
#endif
3838

3939
#ifdef CONFIG_PRODUCT_STATUS

0 commit comments

Comments
 (0)