Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.13.74 misidentifies itself as version 0.13.72 #155

Closed
ryandesign opened this issue Mar 19, 2024 · 2 comments
Closed

Version 0.13.74 misidentifies itself as version 0.13.72 #155

ryandesign opened this issue Mar 19, 2024 · 2 comments

Comments

@ryandesign
Copy link

% zzcat --version
/opt/local/var/macports/build/_Volumes_Shared_macports-ports_archivers_libzzip/libzzip/work/zziplib-0.13.74/bins/zzcat.c version zziplib 0.13.72

Looks like the version number was not updated in all of the places where it needs to be updated on each release:

% grep '0\.13\.7[0-9]' -r .    
./CMakeLists.txt:project(zziplib VERSION "0.13.72" LANGUAGES C)
./test/CMakeLists.txt:project(zziptest VERSION "0.13.72" LANGUAGES C)
./ChangeLog:    * release 0.13.74
./ChangeLog:    * release 0.13.73
./ChangeLog:    * release 0.13.72
./ChangeLog:    * release 0.13.71
./ChangeLog:    * release 0.13.70
./zzip/CMakeLists.txt:project(zzip VERSION "0.13.72" LANGUAGES C)
./bins/CMakeLists.txt:project(zzipbins VERSION "0.13.72" LANGUAGES C)
./zziplib.spec:Version:      0.13.72
./docs/tools/md2dbk.py:__version__ = "0.13.72"
./docs/CMakeLists.txt:project(zzipbins VERSION "0.13.72" LANGUAGES C)
./testbuilds.py:__version__ = "0.13.72"
./zzipwrap/CMakeLists.txt:project(zzipwrap VERSION "0.13.72" LANGUAGES C)
./SDL/CMakeLists.txt:project(zzipsdl VERSION "0.13.72" LANGUAGES C)
@gdraheim
Copy link
Owner

Thanks for the pointer, may be a I forgot a step in my release process.

@gdraheim
Copy link
Owner

I have developed a DEVGUIDE to make sure this problem does not arise again. The source code has been prepared for a 0.13.75 release now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants