projects
/
dockapps
/
hvclock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d5c16
)
hvclock-1.1.2
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 24 Apr 2016 22:30:05 +0000
(18:30 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 24 Apr 2016 22:30:11 +0000
(18:30 -0400)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
3876323
..
c154e85
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,6
@@
+2016-04-24: hvclock-1.1.2 has been released.
+ Fix error message introduced by commit 79cd14f
+
2016-03-09: hvclock-1.1.1 has been released.
Print error on stderr.
Fix compiler warnings when GTK_WITHDRAWN_HACK is undefined.
diff --git
a/configure.ac
b/configure.ac
index
a51ff86
..
9e44596
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,7
+1,7
@@
# configure.ac -- Process this file with autoconf to produce configure.
dnl Initialization stuff.
-AC_INIT(hvclock, 1.1.
1
)
+AC_INIT(hvclock, 1.1.
2
)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_SRCDIR(src/hvclock.c)
AM_CONFIG_HEADER(config.h:config-h.in)