zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #26347
[Merge] lp:~zorba-coders/zorba/bump-3.0 into lp:zorba
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bump-3.0 into lp:zorba.
Commit message:
Bump version to 3.0!
Requested reviews:
Chris Hillery (ceejatec)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bump-3.0/+merge/193262
--
https://code.launchpad.net/~zorba-coders/zorba/bump-3.0/+merge/193262
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2013-10-27 15:31:16 +0000
+++ CMakeLists.txt 2013-10-30 15:33:41 +0000
@@ -486,9 +486,9 @@
INCLUDE_DIRECTORIES(AFTER ${CMAKE_CURRENT_SOURCE_DIR}/include)
# zorba versioning
-SET(ZORBA_MAJOR_NUMBER "2")
-SET(ZORBA_MINOR_NUMBER "9")
-SET(ZORBA_PATCH_NUMBER "1")
+SET(ZORBA_MAJOR_NUMBER "3")
+SET(ZORBA_MINOR_NUMBER "0")
+SET(ZORBA_PATCH_NUMBER "0")
SET(ZORBA_VERSION ${ZORBA_MAJOR_NUMBER}.${ZORBA_MINOR_NUMBER}.${ZORBA_PATCH_NUMBER})
MESSAGE(STATUS "Zorba version number: ${ZORBA_VERSION}")
=== modified file 'NOTICE.txt'
--- NOTICE.txt 2013-09-18 18:51:34 +0000
+++ NOTICE.txt 2013-10-30 15:33:41 +0000
@@ -1,5 +1,5 @@
-----------
-Zorba 2.9.1
+Zorba 3.0.0
-----------
(Note: This file is generated automatically from NOTICE.xml.
=== modified file 'modules/sctx/sctx.jq'
--- modules/sctx/sctx.jq 2013-10-01 17:55:40 +0000
+++ modules/sctx/sctx.jq 2013-10-30 15:33:41 +0000
@@ -23,7 +23,7 @@
:
: @see http://www.w3.org/TR/xquery/#id-xq-static-context-components
: @author Nicolae Brinza
- : @project Zorba/Static Context
+ : @project Zorba/Introspection/Static Context/Static Context
:)
module namespace sctx = "http://zorba.io/modules/sctx";
=== modified file 'modules/sequence/sequence.xq'
--- modules/sequence/sequence.xq 2013-10-01 23:33:19 +0000
+++ modules/sequence/sequence.xq 2013-10-30 15:33:41 +0000
@@ -22,7 +22,7 @@
: This module provides an XQuery API to perform set operations on sequences.
:
: @author Paul J. Lucas
- : @project Zorba/Sequence
+ : @project Zorba/XML and JSON Data Model/Sequence/Sequence
:)
module namespace seq = "http://zorba.io/modules/sequence";
References