diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-01-11 15:07:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-01-11 15:07:10 +0200 |
commit | f5cde53719544c7445ab6fdb465e332ac5678b02 (patch) | |
tree | 5837c8e919f7079e418a2ebba0d04465951f099e /offapi | |
parent | 3c91ac17ae401a1a2bb5752892fb108872096160 (diff) |
Set version number in AC_INIT() in configure.ac only
Output a solenv/inc/minor.mk based on that. Get rid of RSCVERSION and
RSCREVISION. Automate the end of the copyright year range, although I
am actually not sure if that is OK.
Change-Id: Ibae2d139b1dd468ee80d18a2a41b786a532df809
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/UnoApiMerge_types.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/UnoApiMerge_types.mk b/offapi/UnoApiMerge_types.mk index 547d08b8ed7e..9bcc9efa3821 100644 --- a/offapi/UnoApiMerge_types.mk +++ b/offapi/UnoApiMerge_types.mk @@ -32,6 +32,6 @@ $(eval $(call gb_UnoApiMerge_set_reference_rdbfile,types,\ statistic : $(gb_Helper_MISC)/api_statistic $(gb_Helper_MISC)/api_statistic: $(call gb_UnoApiMerge_get_target,types) - $(PERL) util/checknewapi.pl $(call gb_UnoApiMerge_get_target,types) $(UNOAPI_REFERENCE_types) "$(RSCREVISION)" "$(gb_UnoApiMerge_REGVIEWTARGET)" > $@ + $(PERL) util/checknewapi.pl $(call gb_UnoApiMerge_get_target,types) $(UNOAPI_REFERENCE_types) "$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)" "$(gb_UnoApiMerge_REGVIEWTARGET)" > $@ # vim: set noet sw=4 ts=4: |