[gtk-doc] meson: Also bump version in meson.build



commit 44c5972b167176f15cc32fc46743b596b7f00fe5
Author: Stefan Sauer <ensonic users sf net>
Date:   Wed May 8 21:50:56 2019 +0200

    meson: Also bump version in meson.build

 HACKING     | 8 ++++----
 meson.build | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/HACKING b/HACKING
index 63b7d65..04d3675 100644
--- a/HACKING
+++ b/HACKING
@@ -27,7 +27,7 @@ export NEW_VER_TAG=$(echo ${NEW_VER} | tr '.' '_')
 - bump release date in:
   help/manual/C/index.docbook
 - bump version in (x.y.1 -> x.y+1)
-  configure.ac
+  configure.ac meson.build
 
 - update NEWS
   ./bugzilla.py general ${NEW_VER} gtk-doc >RELNOTES.txt
@@ -36,7 +36,7 @@ export NEW_VER_TAG=$(echo ${NEW_VER} | tr '.' '_')
   and then copy to NEWS
 
 - commit
-  git add configure.ac NEWS help/manual/C/index.docbook
+  git add configure.ac meson.build NEWS help/manual/C/index.docbook
   git commit -m"release: update news and date in manual"
   git push
 
@@ -56,12 +56,12 @@ export NEW_VER_TAG=$(echo ${NEW_VER} | tr '.' '_')
   exit
 
 - bump versions in:
-  configure.ac
+  configure.ac meson.build
   help/manual/C/index.docbook
   NEWS
 
 - commit
-  git add configure.ac NEWS help/manual/C/index.docbook
+  git add configure.ac meson.build NEWS help/manual/C/index.docbook
   git commit -m"release: bump versions and back to development"
   git push
 
diff --git a/meson.build b/meson.build
index 7b43373..7e7f5f3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gtk-doc', 'c',
-  version: '1.29.1',
+  version: '1.30',
   license: 'GPL2+',
   meson_version: '>= 0.48.0',
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]