You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenSC-Release-Howto.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Release (or RC) version must be changed in the following files:
35
35
*`VERSION.mk` : change package version major/minor/fix as needed, RCs get the package suffix `-rc`, which is removed for the final release
36
36
*`configure.ac` : Update the [LT version number](https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html), which is required with changes to, for example, `opensc.h` and `libopensc.exports`.
37
37
*`.appveyor.yml`: Update the version on first line
38
-
*`README.md`: Update the links to the new release and binaries
38
+
*`packaging/opensc.spec`: Update the version number to match `VERSION.mk`
39
39
*`SECURITY.md`: Update supported version
40
40
41
41
Optionally, discuss changes to `NEWS` by opening a [new issue](https://github.com/OpenSC/OpenSC/issues/new) with your suggestions.
0 commit comments