[Xfce4-commits] <xfce4-notes-plugin:master> === Release 1.7.6 ===
Mike Massonnet
noreply at xfce.org
Tue Mar 30 14:14:01 CEST 2010
Updating branch refs/heads/master
to 457737e10f6bfe7721b07926e083110bcc9ed746 (commit)
from 5b2e731be9801bd93daf26ef46bbcff6c2fef09e (commit)
commit 457737e10f6bfe7721b07926e083110bcc9ed746
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Tue Mar 30 14:13:18 2010 +0200
=== Release 1.7.6 ===
ChangeLog | 4 ++++
NEWS | 2 +-
configure.ac.in | 2 +-
lib/Makefile.am | 6 ++++--
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8afe842..f895cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-03-30 Mike Massonnet <mmassonnet at xfce.org>
+=== Release 1.7.6 ===
+
+2010-03-30 Mike Massonnet <mmassonnet at xfce.org>
+
=== Release 1.7.5 ===
2010-03-03 Mike Massonnet <mmassonnet at xfce.org>
diff --git a/NEWS b/NEWS
index 88a46a3..7917d98 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-VERSION 1.7.5
+VERSION 1.7.6
- Fix xfce4-notes-settings not being linked against Math lib
diff --git a/configure.ac.in b/configure.ac.in
index 3c802d2..6cb62b5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,7 +7,7 @@ dnl
m4_define([xfce4_notes_plugin_version_major], [1])
m4_define([xfce4_notes_plugin_version_minor], [7])
-m4_define([xfce4_notes_plugin_version_micro], [5])
+m4_define([xfce4_notes_plugin_version_micro], [6])
m4_define([xfce4_notes_plugin_version_nano], [])
m4_define([xfce4_notes_plugin_version_build], [@REVISION@])
m4_define([xfce4_notes_plugin_version_tag], []) # Leave empty for releases
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 05e125b..d09acc8 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -16,8 +16,8 @@ libnotes_la_SOURCES = \
hypertextview.vala \
note.vala \
window.vala \
- color.c color.h \
- popup.c popup.h
+ color.c \
+ popup.c
libnotes_la_CFLAGS = \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
@@ -35,5 +35,7 @@ libnotes_la_LIBADD = \
@XFCONF_LIBS@
EXTRA_DIST = \
+ color.h \
+ popup.h \
libnotes.vapi \
libnotes.h
More information about the Xfce4-commits
mailing list