Skip to content

Commit

Permalink
Bump to 10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Aug 20, 2023
1 parent 47d6e31 commit 1d4f822
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
attributes:
label: Budgie version
description: |
Version name of Budgie, i.e. Budgie 10.7.2 OR specific git commit.
Version name of Budgie, i.e. Budgie 10.8 OR specific git commit.
To provide the exact version of your Budgie installation, run `budgie-desktop --version`.
validations:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
branches:
- main
- v10.7.x
- v10.8.x
pull_request:
branches:
- main
- v10.7.x
- v10.8.x
jobs:
ubuntu:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion docs/gtk/budgie-desktop-docs.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<bookinfo>
<title>budgie-desktop Reference Manual</title>
<releaseinfo>
Reference Manual for budgie-desktop 10.7.2
Reference Manual for budgie-desktop 10.8
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://solus-project.github.io/budgie-desktop/index.html">http://solus-project.github.io/budgie-desktop/</ulink>.
</releaseinfo>
Expand Down
2 changes: 1 addition & 1 deletion docs/man/budgie-daemon.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
.TH BUDGIE-DAEMON "1" "April 2023" "budgie-daemon 10.7.2" "User Commands"
.TH BUDGIE-DAEMON "1" "August 2023" "budgie-daemon 10.8" "User Commands"
.SH NAME
budgie-daemon \- budgie process to interface with various budgie and GNOME dbus interfaces
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man/budgie-desktop-settings.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "BUDGIE-DESKTOP-SETTINGS" "1" "June 2020" "budgie-desktop-settings 10.7.2" "User Commands"
.TH "BUDGIE-DESKTOP-SETTINGS" "1" "June 2020" "budgie-desktop-settings 10.8" "User Commands"
.SH NAME
budgie-desktop-settings \- Settings window for budgie-desktop
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man/budgie-desktop.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
.TH BUDGIE-DESKTOP "1" "April 2023" "budgie-desktop 10.7.2" "User Commands"
.TH BUDGIE-DESKTOP "1" "August 2023" "budgie-desktop 10.8" "User Commands"
.SH NAME
budgie-desktop \- central entry point from gnome-session to display the graphical interface
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man/budgie-panel.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
.TH BUDGIE-PANEL "1" "April 2023" "budgie-panel 10.7.2" "User Commands"
.TH BUDGIE-PANEL "1" "August 2023" "budgie-panel 10.8" "User Commands"
.SH NAME
budgie-panel \- graphical component that display budgie widgets
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man/budgie-run-dialog.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
.TH BUDGIE-RUN-DIALOG "1" "April 2023" "budgie-run-dialog 10.7.2" "User Commands"
.TH BUDGIE-RUN-DIALOG "1" "August 2023" "budgie-run-dialog 10.8" "User Commands"
.SH NAME
budgie-run-dialog \- user invoked application to quickly search and execute applications
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man/budgie-wm.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4.
.TH BUDGIE-WM "1" "April 2023" "budgie-wm 10.7.2" "User Commands"
.TH BUDGIE-WM "1" "August 2023" "budgie-wm 10.8" "User Commands"
.SH NAME
budgie-wm \- wrapper around libmutter that forms the window management for budgie
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion docs/man/org.buddiesofbudgie.BudgieScreenshot.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH ORG.BUDDIESOFBUDGIE.BUDGIESCREENSHOT "1" "December 2022" "org.buddiesofbudgie.BudgieScreenshot 10.7.2" "User Commands"
.TH ORG.BUDDIESOFBUDGIE.BUDGIESCREENSHOT "1" "August 2023" "org.buddiesofbudgie.BudgieScreenshot 10.8" "User Commands"
.SH NAME
org.buddiesofbudgie.BudgieScreenshot \- user invoked application to take various screenshot types
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'budgie-desktop',
['c', 'vala'],
version: '10.7.2',
version: '10.8',
license: [
'GPL-2.0',
'LGPL-2.1',
Expand Down
2 changes: 1 addition & 1 deletion scripts/updatePot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function do_gettext()
{
xgettext --package-name=budgie-desktop --package-version=10.7.2 $* --default-domain=budgie-desktop --join-existing --from-code=UTF-8 --no-wrap
xgettext --package-name=budgie-desktop --package-version=10.8 $* --default-domain=budgie-desktop --join-existing --from-code=UTF-8 --no-wrap
}

function do_intltool()
Expand Down
2 changes: 1 addition & 1 deletion src/appsys/AppSystem.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of budgie-desktop
*
* Copyright © 2014-2022 Budgie Desktop Developers
* Copyright © Budgie Desktop Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/daemon/main.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of budgie-desktop
*
* Copyright (C) 2016-2022 Budgie Desktop Developers
* Copyright © Budgie Desktop Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/daemon/settings.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of budgie-desktop
*
* Copyright (C) 2017-2022 Budgie Desktop Developers
* Copyright © Budgie Desktop Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions src/daemon/tabswitcher.vala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* This file is part of budgie-desktop
*
* Copyright (C) 2017-2022 taaem <[email protected]>
* Copyright (C) 2017-2022 Budgie Desktop Developers
* Copyright © taaem <[email protected]>
* Copyright © Budgie Desktop Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/panel/applets/clock/ClockApplet.vala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of budgie-desktop
*
* Copyright © 2014-2022 Budgie Desktop Developers
* Copyright © Budgie Desktop Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/panel/applets/status/BluetoothIndicator.vala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of budgie-desktop
*
* Copyright Budgie Desktop Developers
* Copyright (C) 2015 Alberts Muktupāvels
* Copyright © 2015 Alberts Muktupāvels
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/wm/ibus.vala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of budgie-desktop
*
* Copyright Budgie Desktop Developers
* Copyright (C) GNOME Shell Developers (Heavy inspiration, logic theft)
* Copyright © GNOME Shell Developers (Heavy inspiration, logic theft)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/wm/keyboard.vala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of budgie-desktop
*
* Copyright Budgie Desktop Developers
* Copyright (C) GNOME Shell Developers (Heavy inspiration, logic theft)
* Copyright © GNOME Shell Developers (Heavy inspiration, logic theft)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 1d4f822

Please sign in to comment.