Skip to content

Commit d68bc6f

Browse files
committed
Release v5.0.0
- Major change in how manifests are parsed. The manifest's modifier flag has been reworked, previous flag settings are now ignored and they get the default behavior of the new settings. Only default modifiers are currently supported, all other types are skipped at this time. Signed-off-by: William Douglas <[email protected]>
1 parent 77f16b0 commit d68bc6f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.66])
5-
AC_INIT(swupd-client, 4.2.1, castulo.martinez@intel.com)
5+
AC_INIT(swupd-client, 5.0.0, william.douglas@intel.com)
66
AM_PROG_AR
77
LT_INIT
88
AC_CONFIG_MACRO_DIR([m4])

how-to-make-a-release

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1) update configure.ac with new version
2+
2) commit and tag new version with configure.ac changes
3+
3) make dist && make distcheck
4+
4) push to github and upload dist tar
5+

0 commit comments

Comments
 (0)