From d265eb4a6d912852a360492cc0135a554d39de34 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 6 Apr 2013 20:42:45 +0000 Subject: [PATCH] Update start SVN revision of this year's ChangeLog generation git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22879 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3c04a232aa..77c0f89c6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -193,7 +193,7 @@ if BUILDING_FROM_SCM # idea? Before a release, NEWS will get updated because of the version # change, so this should fit just fine.) ChangeLog: NEWS - $(SVN) log -v --xml -r HEAD:20021 http://svn.gnucash.org/repo/gnucash | \ + $(SVN) log -v --xml -r HEAD:22687 http://svn.gnucash.org/repo/gnucash | \ $(XSLTPROC) --stringparam strip-prefix "gnucash/trunk" \ --stringparam include-rev "yes" $(srcdir)/macros/svn2cl.xsl - > $@ endif