This website works better with JavaScript.
Home
Explore
Help
Sign In
damien
/
yorkie
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Prepare next release.
Bump version number and add NEWS file.
master
Damien Goutte-Gattat
8 months ago
parent
892125e1ec
commit
22b92965b4
3 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.am
+2
-0
NEWS
+1
-1
configure.ac
+ 1
- 1
Makefile.am
View File
@ -2,4 +2,4 @@ SUBDIRS = src extra man
ACLOCAL_AMFLAGS
=
-I m4 --install
dist_doc_DATA
=
AUTHORS COPYING README.md
dist_doc_DATA
=
AUTHORS COPYING README.md
NEWS
+ 2
- 0
NEWS
View File
@ -0,0 +1,2 @@
Changes in yorkie 0.2.0
-----------------------
+ 1
- 1
configure.ac
View File
@ -1,6 +1,6 @@
dnl Configure template for the yorkie package
AC_INIT([yorkie], [0.
1
.0], [devel@incenp.org])
AC_INIT([yorkie], [0.
2
.0], [devel@incenp.org])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
Write
Preview
Loading…
Cancel
Save