8000 Update version and contributors list for 0.1.46 release by yuumasato · Pull Request #4772 · ComplianceAsCode/content · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update version and contributors list for 0.1.46 release #4772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(SSG_KICKSTART_INSTALL_DIR "${CMAKE_INSTALL_DATADIR}/scap-security-guide/kick

set(SSG_MAJOR_VERSION 0)
set(SSG_MINOR_VERSION 1)
set(SSG_PATCH_VERSION 45)
set(SSG_PATCH_VERSION 46)
set(SSG_VERSION "${SSG_MAJOR_VERSION}.${SSG_MINOR_VERSION}.${SSG_PATCH_VERSION}")

set(SSG_VENDOR "ssgproject" CACHE STRING "Specify the XCCDF 1.2 vendor string.")
Expand Down
3 changes: 2 additions & 1 deletion Contributors.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!---This file is generated using the contributors.py script. DO NOT MANUALLY EDIT!!!!
Last Modified: 2019-07-22 16:31
Last Modified: 2019-08-28 16:53
--->

The following people have contributed to the SCAP Security Guide project
Expand Down Expand Up @@ -100,6 +100,7 @@ The following people have contributed to the SCAP Security Guide project
* Nathan Peters <Nathaniel.Peters@ca.com>
* Frank Lin PIAT <fpiat@klabs.be>
* Stefan Pietsch <mail.ipv4v6+gh@gmail.com>
* Vojtech Polasek <vpolasek@redhat.com>
* Martin Preisler <mpreisle@redhat.com>
* Wesley Ceraso Prudencio <wcerasop@redhat.com>
* Raphael Sanchez Prudencio <rsprudencio@redhat.com>
Expand Down
3 changes: 2 additions & 1 deletion Contributors.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--This file is generated using the contributors.py script. DO NOT MANUALLY EDIT!!!!
Last Modified: 2019-07-22 16:31
Last Modified: 2019-08-28 16:53
-->

<text>
Expand Down Expand Up @@ -98,6 +98,7 @@ Last Modified: 2019-07-22 16:31
<contributor>Nathan Peters &lt;Nathaniel.Peters@ca.com&gt;</contributor>
<contributor>Frank Lin PIAT &lt;fpiat@klabs.be&gt;</contributor>
<contributor>Stefan Pietsch &lt;mail.ipv4v6+gh@gmail.com&gt;</contributor>
<contributor>Vojtech Polasek &lt;vpolasek@redhat.com&gt;</contributor>
<contributor>Martin Preisler &lt;mpreisle@redhat.com&gt;</contributor>
<contributor>Wesley Ceraso Prudencio &lt;wcerasop@redhat.com&gt;</contributor>
<contributor>Raphael Sanchez Prudencio &lt;rsprudencio@redhat.com&gt;</contributor>
Expand Down
2 changes: 2 additions & 0 deletions ssg/contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"shawn@localhost.localdomain": "shawn@redhat.com",
"shawnw@localhost.localdomain": "shawn@redhat.com",
"shawndwells@gmail.com": "shawn@redhat.com",
# Vojtech Polasek
"Vojtech.Polasek@gmail.com": "vpolasek@redhat.com",

# No idea / ignore
"lyd@chippy.(none)": "",
Expand Down
0