Skip to content

Commit

Permalink
Update default version ID
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Cox <[email protected]>
  • Loading branch information
henry2cox committed Jan 23, 2025
1 parent 1306f27 commit 90b1068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/get_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
fi

# Fallback
[ -z "$VERSION" ] && VERSION="2.3"
[ -z "$VERSION" ] && VERSION="2.4"
[ -z "$RELEASE" ] && RELEASE="beta"
[ -z "$FULL" ] && FULL="$VERSION-$RELEASE"

Expand Down
2 changes: 1 addition & 1 deletion rpm/lcov.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A graphical code coverage front-end
Name: lcov
Version: 2.3
Version: 2.4
Release: 1
License: GPLv2+
Group: Development/Tools
Expand Down

0 comments on commit 90b1068

Please sign in to comment.