mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: bump version so Builder can depend on recent changes
So that Builder can depend on our recent visualizer work, we can bump the version now here. We will release 3.22.1 before too long anyway, so its fine to bump the number now and just update news/tag for release.
This commit is contained in:
@ -6,7 +6,7 @@ dnl Define Versioning Information
|
||||
dnl ***********************************************************************
|
||||
m4_define([major_version],[3])
|
||||
m4_define([minor_version],[22])
|
||||
m4_define([micro_version],[0])
|
||||
m4_define([micro_version],[1])
|
||||
m4_define([package_version],[major_version.minor_version.micro_version])
|
||||
m4_define([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=sysprof])
|
||||
m4_define([api_version],[2])
|
||||
|
||||
Reference in New Issue
Block a user