Skip to content

Commit 3aa7cd1

Browse files
committed
Release version 2.0
1 parent f30a46a commit 3aa7cd1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SDAPS Class and Package repository
22
==================================
33

4-
Version: 1.9.9
4+
Version: 2.0
55

66
This repository contains LaTeX classes and packages to create machine readable
77
questionnaires. Metadata is generated for the whole document and it is

build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ uploadconfig = {
2727
repository = "https://github.com/sdaps/sdaps-class/",
2828
bugtracker = "https://github.com/sdaps/sdaps-class/issues",
2929
update = true,
30-
version = "1.9.9",
30+
version = "2.0",
3131
description = [[
3232
This module contains LaTeX classes and packages to create machine readable
3333
questionnaires. Metadata is generated for the whole document and it is

sdapsbase.dtx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@
17701770
\bool_gset:Nn \g__sdaps_last_page_bool \c_false_bool
17711771

17721772
% TODO: We really want to make sure nobody modifies the values after \sdaps_begin:
1773-
\sdaps_info_write:x{SDAPSVersion=1.9.9}
1773+
\sdaps_info_write:x{SDAPSVersion=2.0}
17741774
\sdaps_info_write:x{Duplex=\bool_if:NTF \g_sdaps_twoside_bool {true} {false}}
17751775
\sdaps_info_write:x{PrintQuestionnaireId=\bool_if:NTF \g_sdaps_print_questionnaire_id_bool {1} {0}}
17761776
\sdaps_info_write:x{

testfiles/base.tlg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEST 1: Initialize SDAPS
1111
encoded: \startC ,32,49,89,23,00,01,85,\stop ,
1212
black-white: 21123223212121133121214131213121222222212212421123311120
1313
[1
14-
[1]SDAPSVersion=1.9.9
14+
[1]SDAPSVersion=2.0
1515
[2]Duplex=false
1616
[3]PrintQuestionnaireId=0
1717
[4]PageSize=597.50793pt,845.04694pt

testfiles/base.xetex.tlg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEST 1: Initialize SDAPS
1111
encoded: \startC ,32,49,89,23,00,01,85,\stop ,
1212
black-white: 21123223212121133121214131213121222222212212421123311120
1313
[1
14-
[1]SDAPSVersion=1.9.9
14+
[1]SDAPSVersion=2.0
1515
[2]Duplex=false
1616
[3]PrintQuestionnaireId=0
1717
[4]PageSize=597.50793pt,845.04694pt

0 commit comments

Comments
 (0)