Skip to content

Commit 672ebbe

Browse files
committed
release 0.1.1
1 parent f1799e9 commit 672ebbe

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.danrabbit.harvey (0.1.1) xenial; urgency=medium
2+
3+
* Add color picker
4+
5+
-- Daniel Fore <[email protected]> Sun, 28 May 2017 08:31:55 -0700
6+
17
com.github.danrabbit.harvey (0.1.0) xenial; urgency=medium
28

39
* Initial Release.

meson.build

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.danrabbit.harvey', ['vala', 'c'],
2-
version: '0.1.0'
2+
version: '0.1.1'
33
)
44

55
gnome = import('gnome')
@@ -19,8 +19,7 @@ configure_file(output: 'config.h', configuration: conf)
1919
config_h_dir = include_directories('.')
2020

2121
c_args = [
22-
'-include', 'config.h',
23-
'-DGWEATHER_I_KNOW_THIS_IS_UNSTABLE',
22+
'-include', 'config.h'
2423
]
2524

2625
cc = meson.get_compiler('c')

0 commit comments

Comments
 (0)