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:
a96870c
)
hvclock-1.2.0
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 29 Mar 2020 22:56:11 +0000
(18:56 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 29 Mar 2020 23:53:38 +0000
(19:53 -0400)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
c154e85
..
c2945cf
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,6
@@
+2020-03-29: hvclock-1.2.0 has been released.
+ Add GTK+-3 support
+
2016-04-24: hvclock-1.1.2 has been released.
Fix error message introduced by commit 79cd14f
diff --git
a/configure.ac
b/configure.ac
index
a5d7f97
..
2406b6f
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.2
)
+AC_INIT(hvclock, 1.
2.0
)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR(src/hvclock.c)