Skip to content

Commit

Permalink
Documentation updates for v12.3.0 release (#1386)
Browse files Browse the repository at this point in the history
* Update version

* Update documentation

* Update copyright to 2023
  • Loading branch information
hainest committed Feb 22, 2023
1 parent 726cf1d commit 334b685
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Paradyn is Copyright (c) 1996-2022 Barton P. Miller
Paradyn is Copyright (c) 1996-2023 Barton P. Miller

Contributions to Paradyn were developed by LLNS and have the following copyright:
Copyright (c) 2012-2013, Lawrence Livermore National Security, LLC. Produced at
Expand Down
4 changes: 2 additions & 2 deletions cmake/shared.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(DYNINST_MAJOR_VERSION 12)
set(DYNINST_MINOR_VERSION 2)
set(DYNINST_PATCH_VERSION 1)
set(DYNINST_MINOR_VERSION 3)
set(DYNINST_PATCH_VERSION 0)

set(SOVERSION "${DYNINST_MAJOR_VERSION}.${DYNINST_MINOR_VERSION}")
set(LIBVERSION "${SOVERSION}.${DYNINST_PATCH_VERSION}")
Expand Down
4 changes: 2 additions & 2 deletions common/doc/manual_frontpage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
% };

\node [anchor=west,font=\sffamily] (rel1) at ($(origin)+(0.75in,-5.0in)$)
{\fontsize{24}{32}\selectfont 12.2 Release};
{\fontsize{24}{32}\selectfont 12.3 Release};
\node [anchor=west,font=\sffamily] (rel2) at ($(rel1.west)+(0in,-32pt)$)
{\fontsize{24}{32}\selectfont July 2022};
{\fontsize{24}{32}\selectfont February 2023};

% Contact information
% \matrix (UWaddress) [%
Expand Down
Binary file modified dataflowAPI/doc/dataflowAPI.pdf
Binary file not shown.
Binary file modified dynC_API/doc/dynC_API.pdf
Binary file not shown.
Binary file modified dyninstAPI/doc/dyninstAPI.docx
Binary file not shown.
Binary file modified dyninstAPI/doc/dyninstAPI.pdf
Binary file not shown.
Binary file modified instructionAPI/doc/instructionAPI.pdf
Binary file not shown.
Binary file modified parseAPI/doc/parseAPI.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion parseAPI/h/SymLiteCodeSource.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1996-2022 Barton P. Miller
* Copyright (c) 1996-2023 Barton P. Miller
*
* We provide the Paradyn Parallel Performance Tools (below
* described as "Paradyn") on an AS IS basis, and do not warrant its
Expand Down
2 changes: 1 addition & 1 deletion parseAPI/src/CodeSource.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1996-2022 Barton P. Miller
* Copyright (c) 1996-2023 Barton P. Miller
*
* We provide the Paradyn Parallel Performance Tools (below
* described as "Paradyn") on an AS IS basis, and do not warrant its
Expand Down
2 changes: 1 addition & 1 deletion parseAPI/src/SymLiteCodeSource.C
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1996-2022 Barton P. Miller
* Copyright (c) 1996-2023 Barton P. Miller
*
* We provide the Paradyn Parallel Performance Tools (below
* described as "Paradyn") on an AS IS basis, and do not warrant its
Expand Down
Binary file modified patchAPI/doc/patchAPI.pdf
Binary file not shown.
Binary file modified proccontrol/doc/proccontrol.docx
Binary file not shown.
Binary file modified proccontrol/doc/proccontrol.pdf
Binary file not shown.
Binary file modified stackwalk/doc/stackwalk.pdf
Binary file not shown.
Binary file modified symtabAPI/doc/symtabAPI.pdf
Binary file not shown.

0 comments on commit 334b685

Please sign in to comment.