Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: GitHub noreply@github.com Date: Tue, 17 Oct 2023 21:23:49 UTC Commit: 98c84ba90ce6ecaf6e491f677e12cac1ec653c5d https://github.com/geany/geany/commit/98c84ba90ce6ecaf6e491f677e12cac1ec653c...
Log Message: ----------- Merge pull request #3599 from eht16/version_bump_for_meson
Update meson.build also on version bumps
Modified Paths: -------------- meson.build scripts/version-bump
Modified: meson.build 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,6 +1,6 @@ project('geany', 'c', 'cpp', meson_version: '>= 0.53', - version: '1.38', + version: '2.0', default_options : ['c_std=c11', 'cpp_std=c++17'])
gnome = import('gnome')
Modified: scripts/version-bump 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -23,6 +23,7 @@ s/^(#define VER_FILEVERSION_STR *)[^ ].*$/\1"'"$VER"'"/ ' -i geany_private.rc
sed -e 's/^(AC_INIT([^,]*, *[)[^]]*(],)/\1'"$VER"'\2/' -i configure.ac +sed -re '/^project\W/,/[)]/s/^(.*\Wversion\s*:\s*)'''[^''']*'''(.*)$/\1'"'$VER'"'\2/' -i meson.build sed -e 's/^(#define GEANY_CODENAME[ ]*")[^"]*(")/\1'"$CODENAME"'\2/' -i src/geany.h
sed -e '
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).