The branch main has been updated by jrtc27:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d6f00fa046bb9e0c81d5168ed4a92867c5b96f7a

commit d6f00fa046bb9e0c81d5168ed4a92867c5b96f7a
Author:     Jessica Clarke <jrt...@freebsd.org>
AuthorDate: 2023-05-30 23:23:36 +0000
Commit:     Jessica Clarke <jrt...@freebsd.org>
CommitDate: 2023-05-30 23:23:36 +0000

    pmc: Bump major version for just-committed breaking changes
    
    Reviewed by:    jkoshy, mhorne, emaste
    Differential Revision:  https://reviews.freebsd.org/D40050
---
 sys/sys/pmc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h
index 758fd6fc585a..54a00fed8ba4 100644
--- a/sys/sys/pmc.h
+++ b/sys/sys/pmc.h
@@ -61,8 +61,8 @@
  *
  * The patch version is incremented for every bug fix.
  */
-#define        PMC_VERSION_MAJOR       0x09
-#define        PMC_VERSION_MINOR       0x04
+#define        PMC_VERSION_MAJOR       0x0A
+#define        PMC_VERSION_MINOR       0x00
 #define        PMC_VERSION_PATCH       0x0000
 
 #define        PMC_VERSION             (PMC_VERSION_MAJOR << 24 |              
\

Reply via email to