Skip to content

Commit 18a39ba

Browse files
committed
Release 1.7.4
1 parent 37b5dda commit 18a39ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Corebird 1.7.3
1+
# Corebird 1.7.4
22

33
**Until further notice, all development is happening in the `next2` branch**
44

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([corebird],[1.7.3],[[email protected]])
1+
AC_INIT([corebird],[1.7.4],[[email protected]])
22

33
AC_PREREQ([2.65])
44

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Corebird', ['vala', 'c'],
2-
version: '1.7.3',
2+
version: '1.7.4',
33
default_options: [
44
'buildtype=debug'
55
])

ui/about-dialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<property name="title" translatable="yes">About Corebird</property>
66
<property name="type-hint">dialog</property>
77
<property name="program-name">Corebird</property>
8-
<property name="version">1.7.3</property>
8+
<property name="version">1.7.4</property>
99
<property name="website">https://corebird.baedert.org</property>
1010
<property name="authors">Timm Bäder&lt;[email protected]&gt; (Bugs go here)
1111
</property>

0 commit comments

Comments
 (0)