diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-04-26 15:15:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-04-26 16:07:11 +0200 |
commit | fefd1b5f8ffd902e483decfecef80f3498b2d0a8 (patch) | |
tree | d164992e662a2173565aa815829f1536d1b63172 /reportbuilder | |
parent | 01ec4ba36a1a14a04d508b74fa94b1c8b57a0b4a (diff) |
Bump extension versions after changing to passive registration
...otherwise, if they are bundled, their per-user data is not regenerated, leading
to inconsitencies.
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/util/makefile.mk b/reportbuilder/util/makefile.mk index d3cc505699d4..4382800bf70e 100644 --- a/reportbuilder/util/makefile.mk +++ b/reportbuilder/util/makefile.mk @@ -28,7 +28,7 @@ PRJ=.. PRJNAME=reportbuilder TARGET=rpt -EXTENSION_VERSION_BASE=1.2.1 +EXTENSION_VERSION_BASE=1.2.2 EXTENSION_VERSION=$(EXTENSION_VERSION_BASE) |