summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2018-03-24 16:16:56 +0100
committerStefan Sauer <ensonic@users.sf.net>2018-03-24 16:16:56 +0100
commiteda89d50da65f12153f04ff26b5d2757ffda060c (patch)
treef3303cdc7110f106cfd8d7a072f17ae7d0a51c9a /HACKING
parent695816a36b492140529ed84c59ee246be2b952b7 (diff)
downloadgtk-doc-eda89d50da65f12153f04ff26b5d2757ffda060c.tar.gz
release: bump versions and back to development
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 0d6a2aa..9ae0d5c 100644
--- a/HACKING
+++ b/HACKING
@@ -18,8 +18,8 @@ Releasing
http://live.gnome.org/MaintainersCorner/Releasing
-export OLD_VER=1.26
-export NEW_VER=1.27
+export OLD_VER=1.27
+export NEW_VER=1.28
export OLD_VER_TAG=$(echo ${OLD_VER} | tr '.' '_')
export NEW_VER_TAG=$(echo ${NEW_VER} | tr '.' '_')