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
@@ -32,7 +32,7 @@ Releasing OpenSC should be simple and streamlined, yet a predictable and easily
32
32
Release (or RC) version must be changed in the following files:
33
33
34
34
*`NEWS`: Make sure to fix the release date for final release!
35
-
*`configure.ac` : change package version major/minor/fix as needed, RCs get the package suffix `-rc`, which is removed for the final release
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
38
*`README.md`: Update the links to the new release and binaries
0 commit comments