Skip to content

Commit

Permalink
Update version message (#167)
Browse files Browse the repository at this point in the history
* Update Arcs.cpp to direct users to open an issue on the GitHub repo

* Update copyright dates
  • Loading branch information
lcoombe authored Mar 25, 2024
1 parent 845dbc1 commit 0898207
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Arcs/Arcs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ static const char VERSION_MESSAGE[] =
PROGRAM " " PACKAGE_VERSION "\n"
"\n"
"http://www.bcgsc.ca/platform/bioinfo/software/links \n"
"We hope this code is useful to you -- Please send comments & suggestions to rwarren * "
"bcgsc.ca.\n"
"We hope this code is useful to you - If you have any questions or suggestions, please open an "
"issue at https://github.com/bcgsc/arcs.\n"
"If you use LINKS, ARCS code or ideas, please cite our work. \n"
"\n"
"LINKS and ARCS Copyright (c) 2014-2016 Canada's Michael Smith Genome Science Centre. "
"LINKS and ARCS Copyright (c) 2014-present Canada's Michael Smith Genome Science Centre. "
"All rights reserved. \n";

static const char USAGE_MESSAGE[] =
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Gigascience. 2015 Aug 4;4:35. doi: 10.1186/s13742-015-0076-3. eCollection 2015.

### License <a name=license></a>

ARCS Copyright (c) 2016-2021 British Columbia Cancer Agency Branch. All rights reserved.
ARCS Copyright (c) 2016-present British Columbia Cancer Agency Branch. All rights reserved.

ARCS is released under the GNU General Public License v3

Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
./autogen.sh
./configure
make
./Arcs/arcs --version
displayName: Compile ARCS
- script: |
source activate arcs_CI
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(arcs, 1.2.6, rwarren@bcgsc.ca)
AC_INIT(arcs, 1.2.6, lcoombe@bcgsc.ca)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([Arcs/Arcs.cpp])
AC_CONFIG_HEADER([config.h])
Expand Down

0 comments on commit 0898207

Please sign in to comment.