Skip to content

Commit

Permalink
Undocumented beta release tested with stable tests - Version_13.46.0.…
Browse files Browse the repository at this point in the history
…470b4c95
  • Loading branch information
JoseEspinosa committed Jul 7, 2023
1 parent 470b4c9 commit 806605e
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# **do not edit: start
# Variable programmatically edited by /lib/perl/scripts/read_program_version.pl when changing release number
# /lib/perl/scripts/read_program_version.pl gets invoked by make beta|stable|major
- run: echo 'export RELEASE="0"' >> $BASH_ENV #UPDATE_RELEASE_STATUS
- run: echo 'export RELEASE="1"' >> $BASH_ENV #UPDATE_RELEASE_STATUS
# **do not edit: end
- run: mv ~/project ~/tcoffee
- run: mkdir -p ~/repo
Expand Down
Binary file modified binaries/macosx/t_coffee
Binary file not shown.
2 changes: 1 addition & 1 deletion binaries/macosx/version_number.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version_13.45.65.6aa3132e
Version_13.46.0.470b4c95
2 changes: 1 addition & 1 deletion build/web-readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
T-Coffee distribution
=====================
Version_13.45.65.6aa3132e #_#UPDATE_VERSION -- Populated by edit_version.pl
Version_13.46.0.470b4c95 #_#UPDATE_VERSION -- Populated by edit_version.pl
The version ID is organized as follows: <Major Release>.<Latest Stable>.<Latest Beta>.<Github version tag>
Content of this directory:
Linux Installation:
Expand Down
2 changes: 1 addition & 1 deletion docs/.html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a8b95550657b9396b4b104e2a2db3051
config: 3c6e71d7c67166ec602a63cadd913edf
tags: 33eac41acc08762151beb8f3b7b86c8f
Binary file modified docs/.html/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/.html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: 'Version_13.45.65.6aa3132e',
VERSION: 'Version_13.46.0.470b4c95',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'singlehtml',
Expand Down
6 changes: 3 additions & 3 deletions docs/.html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>T-Coffee Version_13.45.65.6aa3132e documentation</title>
<title>T-Coffee Version_13.46.0.470b4c95 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -34,7 +34,7 @@
T-Coffee
</a>
<div class="version">
Version_13.45.65.6aa3132e
Version_13.46.0.470b4c95
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
Expand Down Expand Up @@ -67,7 +67,7 @@
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="#" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item active">T-Coffee Version_13.45.65.6aa3132e documentation</li>
<li class="breadcrumb-item active">T-Coffee Version_13.46.0.470b4c95 documentation</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
Expand Down
Binary file modified docs/.html/objects.inv
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'Version_13.45.65.6aa3132e' #_#UPDATE_VERSION_TAG1 -- Populated by edit_version.pl
version = u'Version_13.46.0.470b4c95' #_#UPDATE_VERSION_TAG1 -- Populated by edit_version.pl
# The full version, including alpha/beta/rc tags.
release = u'Version_13.45.65.6aa3132e' #_#UPDATE_VERSION_TAG2 -- Populated by edit_version.pl
release = u'Version_13.46.0.470b4c95' #_#UPDATE_VERSION_TAG2 -- Populated by edit_version.pl

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion lib/version/build_version.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65
0
2 changes: 1 addition & 1 deletion lib/version/github.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6aa3132e
470b4c95
2 changes: 1 addition & 1 deletion lib/version/minor_version.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45
46
2 changes: 1 addition & 1 deletion lib/version/version_number.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version_13.45.65.6aa3132e
Version_13.46.0.470b4c95

0 comments on commit 806605e

Please sign in to comment.