Skip to content

Commit

Permalink
Release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
baedert committed Aug 25, 2017
1 parent 3d1c1fd commit db58fc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Corebird 1.5
# Corebird 1.6


[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=baedert&url=http://github.com/baedert/corebird&title=corebird&language=vala&tags=github&category=software) [![Supprt Corebird on Patreon](https://baedert.org/patreon-donate-yellow.svg)](https://patreon.com/baedert)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([corebird],[1.5],[mail@baedert.org])
AC_INIT([corebird],[1.6],[mail@baedert.org])

AC_PREREQ([2.65])

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('Corebird', ['vala', 'c'],
version: '1.5',
version: '1.6',
default_options: [
'buildtype=debug'
])
Expand Down
2 changes: 1 addition & 1 deletion ui/about-dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="title" translatable="yes">About Corebird</property>
<property name="type-hint">dialog</property>
<property name="program-name">Corebird</property>
<property name="version">1.5</property>
<property name="version">1.6</property>
<property name="website">https://corebird.baedert.org</property>
<property name="authors">Timm Bäder&lt;mail@baedert.org&gt; (Bugs go here)
</property>
Expand Down

0 comments on commit db58fc2

Please # to comment.