Post-release version bump
This commit is contained in:
@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
|
|||||||
cmake_policy(VERSION 3.1)
|
cmake_policy(VERSION 3.1)
|
||||||
|
|
||||||
project(evolution
|
project(evolution
|
||||||
VERSION 3.28.0
|
VERSION 3.29.1
|
||||||
LANGUAGES C)
|
LANGUAGES C)
|
||||||
set(PROJECT_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution")
|
set(PROJECT_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution")
|
||||||
set(PROJECT_URL "http://wiki.gnome.org/Apps/Evolution/")
|
set(PROJECT_URL "http://wiki.gnome.org/Apps/Evolution/")
|
||||||
@ -12,7 +12,7 @@ set(PROJECT_URL "http://wiki.gnome.org/Apps/Evolution/")
|
|||||||
# Base Version: This is for API/version tracking for things like
|
# Base Version: This is for API/version tracking for things like
|
||||||
# D-Bus server files. This should always be the major/minor of
|
# D-Bus server files. This should always be the major/minor of
|
||||||
# the stable version or stable version to be.
|
# the stable version or stable version to be.
|
||||||
set(BASE_VERSION 3.28)
|
set(BASE_VERSION 3.30)
|
||||||
|
|
||||||
# Used for pkg-config files
|
# Used for pkg-config files
|
||||||
set(INTERFACE_VERSION 3.0)
|
set(INTERFACE_VERSION 3.0)
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
Get a clone of git repository and list changes with 'git log' there,
|
Get a clone of git repository and list changes with 'git log' there,
|
||||||
$ git clone git://git.gnome.org/evolution
|
$ git clone git://git.gnome.org/evolution
|
||||||
or browse changes online at
|
or browse changes online at
|
||||||
http://git.gnome.org/browse/evolution/log/?h=gnome-3-28
|
http://git.gnome.org/browse/evolution/log/?h=master
|
||||||
|
Reference in New Issue
Block a user