Version bump :3
This commit is contained in:
parent
1691ee4eff
commit
6afe6422d2
|
@ -3,7 +3,7 @@ scalable_dir = join_paths(icons_dir, 'scalable', 'apps')
|
|||
symbolic_dir = join_paths(icons_dir, 'symbolic', 'apps')
|
||||
|
||||
install_data(
|
||||
join_paths('icons', 'color.svg'),
|
||||
join_paths('icons', 'color-nightly.svg'),
|
||||
install_dir: scalable_dir,
|
||||
rename: meson.project_name() + '.svg'
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0')
|
||||
project('com.github.bleakgrey.tootle', 'vala', 'c', version: '1.0.0-alpha1')
|
||||
|
||||
config = configuration_data()
|
||||
config.set('EXEC_NAME', meson.project_name())
|
||||
|
|
Loading…
Reference in New Issue