Skip to content

how to set version number when compile the source #2889

@l1t1

Description

@l1t1

What happens?

I got

~ $ duckdb
v0.0.1-dev0
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D

To Reproduce

Termux team:
termux/termux-packages#8322

windows7:
unzip the source
cmake -s D:\duckdb-master -b d:\duck
cd d:\duck
make
duckdb

Environment (please complete the following information):

  • OS: [e.g. iOS] Android termux/windows
  • DuckDB Version: [e.g. 22] 0.31/master
  • DuckDB Client: [e.g. Python]CLI

Before Submitting

  • Have you tried this on the latest master branch?
  • Python: pip install duckdb --upgrade --pre
  • R: install.packages("https://github.com/duckdb/duckdb/releases/download/master-builds/duckdb_r_src.tar.gz", repos = NULL)
  • Other Platforms: You can find binaries here or compile from source.
  • Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions