Skip to content

Commit

Permalink
Added version number to Manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Apr 29, 2024
1 parent b6d9941 commit 1ac70d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified doc/minsky.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion doc/minsky.tex
Expand Up @@ -28,7 +28,9 @@
\resizebox{!}{2ex}{\includegraphics{images/#1}}
}

\begin{document}
\begin{document}
\input{version}
\maketitle
See also \htmladdnormallink{Modelling with Minsky}{https://sourceforge.net/projects/minsky/files/ModellingWithMinsky.pdf}.
\include{Introduction-Minsky}
\include{GettingStarted-Minsky}
Expand Down
1 change: 1 addition & 0 deletions doc/version.tex
@@ -0,0 +1 @@
\author{Version 3.4.0-alpha.14}
1 change: 1 addition & 0 deletions makeRelease.sh
@@ -1,6 +1,7 @@
echo "old version=`git describe`"
echo '#define MINSKY_VERSION "'$1'"' >minskyVersion.h
echo 'export const version="'$1'";' >gui-js/libs/shared/src/lib/constants/version.ts
echo "\\author{Version $1}" >doc/version.tex
sed -i -e "s/\<!--version--\>.*\<\/string\>/\<!--version--\>\<string\>$1\<\/string\>/" minsky.app/Contents/Info.plist
sed -i -e "s/\"version\":.*,/\"version\":\"$1\",/" gui-js/package.json
sed -i -e "1,10s/\"version\":.*,/\"version\": \"$1\",/" gui-js/package-lock.json
Expand Down

0 comments on commit 1ac70d5

Please sign in to comment.