We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a2b35 commit 201467dCopy full SHA for 201467d
bin/get_version.sh
@@ -25,7 +25,7 @@ else
25
fi
26
27
# Fallback
28
-[ -z "$VERSION" ] && VERSION="2.2"
+[ -z "$VERSION" ] && VERSION="2.3"
29
[ -z "$RELEASE" ] && RELEASE="beta"
30
[ -z "$FULL" ] && FULL="$VERSION-$RELEASE"
31
rpm/lcov.spec
@@ -1,6 +1,6 @@
1
Summary: A graphical code coverage front-end
2
Name: lcov
3
-Version: 2.2
+Version: 2.3
4
Release: 1
5
License: GPLv2+
6
Group: Development/Tools
0 commit comments