Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Edit Copy
Download
Star
Bent-functions
Boolean-Cayley-graphs
/
bcg_version.sh
2
2
1
7
6
views
Tweet
Share
Share
1
#!/bin/bash
2
#
3
export
BCG_VERSION
=
${1:-
"0.2"
}
4
export
BCG_RELEASE
=
${2:-
"
${BCG_VERSION}
.0"
}
5
6