Skip to content

Commit 9f3af99

Browse files
authored
Merge pull request #972 from mairas/post_release_3.4.0
Post-release version bump to 3.4.1-alpha
2 parents 6222dfe + 4e0c16e commit 9f3af99

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.4.0
2+
current_version = 3.4.1-alpha
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z\.\d]+))?

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = SensESP
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.4.0
41+
PROJECT_NUMBER = 3.4.1-alpha
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0
1+
3.4.1-alpha

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"version": "^1.10.1"
4747
}
4848
],
49-
"version": "3.4.0",
49+
"version": "3.4.1-alpha",
5050
"frameworks": "arduino",
5151
"platforms": ["espressif32"],
5252
"export": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SensESP
2-
version=3.4.0
2+
version=3.4.1-alpha
33
author=Matti Airas <mairas@iki.fi>
44
maintainer=Matti Airas <mairas@iki.fi>
55
sentence=Signal K sensor development library for ESP devices

src/sensesp/sensesp_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace sensesp {
55

6-
const char* const kSensESPVersion = "3.4.0";
6+
const char* const kSensESPVersion = "3.4.1-alpha";
77

88
}
99

0 commit comments

Comments
 (0)