Skip to content

Commit

Permalink
Merge branch 'bump-version' into 'main'
Browse files Browse the repository at this point in the history
Bump version after release

See merge request rewriting/ddisasm!1210
  • Loading branch information
aeflores committed Jun 14, 2024
2 parents a2e0a6b + 7f98b58 commit 4e3349b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@ default:
# Use aptitude to make sure gtirb-pprinter is installed even if that means installing an old gtirb
- >-
aptitude install --download-only -y -o "Aptitude::ProblemResolver::Hints::=reject gtirb-pprinter :UNINST"
libcapstone-dev${CAPSTONE_VERSION:+=$CAPSTONE_VERSION}
libgtirb-dev${GTIRB_VERSION:+=$GTIRB_VERSION}
libgtirb-pprinter-dev${GTIRB_PPRINTER_VERSION:+=$GTIRB_PPRINTER_VERSION}
gtirb-pprinter${GTIRB_PPRINTER_VERSION:+=$GTIRB_PPRINTER_VERSION}
libcapstone-dev${CAPSTONE_VERSION:+=1:$CAPSTONE_VERSION}
libgtirb-dev${GTIRB_VERSION:+=$GTIRB_VERSION-$(lsb_release -sc)}
libgtirb-pprinter-dev${GTIRB_PPRINTER_VERSION:+=$GTIRB_PPRINTER_VERSION-$(lsb_release -sc)}
gtirb-pprinter${GTIRB_PPRINTER_VERSION:+=$GTIRB_PPRINTER_VERSION-$(lsb_release -sc)}
- mv /var/cache/apt/archives/*.deb .

.install-deps:
# Use aptitude to make sure gtirb-pprinter is installed even if that means installing an old gtirb
- >-
aptitude install -y -o "Aptitude::ProblemResolver::Hints::=reject gtirb-pprinter :UNINST"
libcapstone-dev${CAPSTONE_VERSION:+=$CAPSTONE_VERSION}
libgtirb-dev${GTIRB_VERSION:+=$GTIRB_VERSION}
libgtirb-pprinter-dev${GTIRB_PPRINTER_VERSION:+=$GTIRB_PPRINTER_VERSION}
gtirb-pprinter${GTIRB_PPRINTER_VERSION:+=$GTIRB_PPRINTER_VERSION}
libcapstone-dev${CAPSTONE_VERSION:+=1:$CAPSTONE_VERSION}
libgtirb-dev${GTIRB_VERSION:+=$GTIRB_VERSION-$(lsb_release -sc)}
libgtirb-pprinter-dev${GTIRB_PPRINTER_VERSION:+=$GTIRB_PPRINTER_VERSION-$(lsb_release -sc)}
gtirb-pprinter${GTIRB_PPRINTER_VERSION:+=$GTIRB_PPRINTER_VERSION-$(lsb_release -sc)}
.install-capstone:
- apt-get install -y libcapstone-dev${CAPSTONE_VERSION:+=$CAPSTONE_VERSION}
- apt-get install -y libcapstone-dev${CAPSTONE_VERSION:+=1:$CAPSTONE_VERSION}

# Set up ccache and report initial stats.
.setup-ccache:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 1.9.0 (Unreleased)
# 1.9.1 (Unreleased)

# 1.9.0

* Stop generating debian metapackages and packages with the version attached
to the package name. Updates in the apt-repository now support multiple
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 1
VERSION_MINOR 9
VERSION_PATCH 0
VERSION_PATCH 1

0 comments on commit 4e3349b

Please sign in to comment.