Skip to content

Commit

Permalink
Bump version to 1.0.3 for release
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
  • Loading branch information
ikeydoherty committed Feb 10, 2018
1 parent 06bda1b commit 785bae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'linux-driver-management',
['c'],
version: '1.0.2',
version: '1.0.3',
license: [
'LGPL-2.1',
],
Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# Script for ikey because he went with meson. *shrug*
VERSION="1.0.2"
VERSION="1.0.3"
NAME="linux-driver-management"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down

0 comments on commit 785bae5

Please sign in to comment.