Skip to content

Commit 786c218

Browse files
committed
Version 1.4.0
1 parent c9a656d commit 786c218

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

IDMETA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NAME=marc2bibframe2
22
CENTOS_DIST="centos6 centos7"
3-
VERSION=1.3.2
3+
VERSION=1.4.0

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- 1.4.0-SNAPSHOT
1+
--- 1.4.0 2019/02/15
22

33
Update conversion based on updated specifications:
44
ConvSpec-LDR-R1

marc2bibframe2.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ rm -rf $RPM_BUILD_ROOT
3636
%defattr(-,root,root,-)
3737
%{_datadir}/marc2bibframe2
3838
%{_docdir}/marc2bibframe2
39-
%doc NEWS README.md LICENSE.md
39+
%doc NEWS README.md LICENSE
4040
%docdir %{_docdir}/marc2bibframe2
4141

4242
%changelog
43+
* Fri Feb 15 2019 Wayne Schneider <wayne@indexdata.com> - 1.4.0-1.indexdata
44+
- Release 1.4.0
45+
4346
* Fri Jun 15 2018 Wayne Schneider <wayne@indexdata.com> - 1.3.2-1.indexdata
4447
- Release 1.3.2
4548

xsl/marc2bibframe2.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<xsl:strip-space elements="*"/>
1616

1717
<!-- Current marc2bibframe2 version -->
18-
<xsl:variable name="vCurrentVersion">v1.4.0-SNAPSHOT</xsl:variable>
18+
<xsl:variable name="vCurrentVersion">v1.4.0</xsl:variable>
1919

2020
<!-- stylesheet parameters -->
2121

0 commit comments

Comments
 (0)