bump version

This commit is contained in:
shrapnelnet 2025-01-21 18:43:03 +00:00
parent 11d44bfcdb
commit 9b43d3cee9
Signed by: observer
GPG Key ID: 934A62C2C469FFAF

View File

@ -1,6 +1,6 @@
#include <getopt.h> #include <getopt.h>
#include <iostream> #include <iostream>
#define VERSION "v0.1.0a" #define VERSION "v1.0.0-rc1"
void version() { void version() {
std::cout << "rvz-convert " << VERSION << std::endl; std::cout << "rvz-convert " << VERSION << std::endl;