Hi, I am trying out the rc2 source, it seems the version information is reported incorrectly.
git clone https://github.com/jemalloc/jemalloc.git
cd ~/jemalloc/
./autogen.sh
time make
sudo make install
cd
wget https://download.redis.io/releases/redis-7.0-rc2.tar.gz
mkdir ~/redis
tar xzf redis-7.0-rc2.tar.gz -C ~/redis --strip-components=1
cd ~/redis
make BUILD_TLS=yes CFLAGS="-static" EXEEXT="-static" LDFLAGS="-I/usr/local/include/" MALLOC=jemalloc
~/redis$ uname -a
Linux ip-172-31-45-220 5.11.0-1028-aws #31~20.04.1-Ubuntu SMP Fri Jan 14 14:37:50 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
~/redis$ ./src/redis-cli -v
redis-cli 6.9.241
~/redis$ ./src/redis-server -v
Redis server v=6.9.241 sha=00000000:0 malloc=jemalloc-5.2.1 bits=64 build=284eca23fe7d2a91
~/redis$ ls ~/redis-7.0-rc2.tar.gz
/home/ubuntu/redis-7.0-rc2.tar.gz
:~/redis$ cat ./src/version.h
#define REDIS_VERSION "6.9.241"
#define REDIS_VERSION_NUM 0x000609f1
Comment From: enjoy-binbin
hi, i think this is intentional 7.0RC1 is 6.9.240 7.0RC2 is 6.9.241
Comment From: ronaldpetty
@enjoy-binbin thanks for that, it was not what I had expected to see, but so far the features I am trying seem to match. Thanks for helping clarify.
Comment From: enjoy-binbin
no problem, but we can get some insights from @oranagra
Comment From: oranagra
i'm not too happy with that, but also we can't tag it as 7.0.0, right?
this is how it was always handled. i.e. 5.0-rc1 had this: 4.9.101