Skip to content

Commit

Permalink
Tag v23
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Mar 12, 2019
1 parent e45dddd commit 59e53a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions backgrounds/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Current wallpaper set

wallpapers = [
'AerialDesert.jpg',
'Athlone-Shannon-1920x1080.png',
'BluePeaks.jpg',
'BogFlower.jpg',
'BrittasLake.jpg',
'Cliffs_of_Moher.png',
Expand All @@ -20,6 +22,7 @@ wallpapers = [
'IMG_0609-solus.JPG',
'IMG_9656.png',
'IMG_9710.png',
'LakeSideView.jpg',
'LegendaryBarrels.jpg',
'Mama.jpg',
'Path.jpg',
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(
'artwork',
['c'],
version: '22',
version: '23',
license: [
'CC-BY-3.0 ',
'CC-BY-SA-4.0',
Expand Down
2 changes: 1 addition & 1 deletion scripts/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# Bump in tandem with meson.build, run script once new tag is up.
VERSION="22"
VERSION="23"

NAME="artwork"
git-archive-all --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
Expand Down

0 comments on commit 59e53a3

Please sign in to comment.