Skip to content

Commit

Permalink
Bump version to 1.4.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Aug 12, 2024
1 parent fdb592b commit b35cfe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2.9
1.4.2.11
2 changes: 1 addition & 1 deletion rpm/openfec.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%undefine _disable_source_fetch

Name: openfec
Version: 1.4.2.9
Version: 1.4.2.11
Release: 1%{?dist}
Summary: Application-Level Forward Erasure Correction implementation library
License: CeCILL-C and BSD
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os.path
import re

os.chdir(os.path.dirname(__file__))
os.chdir(os.path.dirname(os.path.dirname(__file__)))

with open('.version') as fp:
old_ver = fp.read().strip()
Expand Down

0 comments on commit b35cfe8

Please sign in to comment.