Skip to content

Commit 201467d

Browse files
committed
Update default version ID.
Signed-off-by: Henry Cox <[email protected]>
1 parent 69a2b35 commit 201467d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/get_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
fi
2626

2727
# Fallback
28-
[ -z "$VERSION" ] && VERSION="2.2"
28+
[ -z "$VERSION" ] && VERSION="2.3"
2929
[ -z "$RELEASE" ] && RELEASE="beta"
3030
[ -z "$FULL" ] && FULL="$VERSION-$RELEASE"
3131

rpm/lcov.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: A graphical code coverage front-end
22
Name: lcov
3-
Version: 2.2
3+
Version: 2.3
44
Release: 1
55
License: GPLv2+
66
Group: Development/Tools

0 commit comments

Comments
 (0)