Skip to content

Commit c17773c

Browse files
committed
update bioc version
1 parent ac91900 commit c17773c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PKGNAME := $(shell sed -n "s/Package: *\([^ ]*\)/\1/p" DESCRIPTION)
22
PKGVERS := $(shell sed -n "s/Version: *\([^ ]*\)/\1/p" DESCRIPTION)
33
PKGSRC := $(shell basename `pwd`)
4-
BIOCVER := RELEASE_3_19
4+
BIOCVER := RELEASE_3_20
55

66

77
all: rd check clean

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ggtree 3.14.0
2+
3+
+ Bioconductor RELEASE_3_20 (2024-10-30, Wed)
4+
15
<!--
26
37
# TODO LIST

new_bioc_version.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
pkg=$(basename `pwd`)
4-
oldver=RELEASE_3_18
5-
newver=RELEASE_3_19
4+
oldver=RELEASE_3_19
5+
newver=RELEASE_3_20
66

77
## rm old release branch
88
make rmrelease

0 commit comments

Comments
 (0)