Skip to content
Snippets Groups Projects
Commit b7011f56 authored by Aleš Friedl's avatar Aleš Friedl
Browse files

Bump version: 2.59.2 → 2.60.0

parent 86a2fc5f
No related branches found
Tags 2.60.0
No related merge requests found
[bumpversion]
current_version = 2.59.2
current_version = 2.60.0
commit = True
tag = True
tag_name = {new_version}
......
AC_INIT([fred-db], 2.59.2)
AC_INIT([fred-db], 2.60.0)
AC_CONFIG_FILES([Makefile
fred-db.spec fred-dbmanager])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
......
......@@ -11,7 +11,7 @@ CREATE TABLE enum_parameters (
-- parameter 1 is for checking data model version and for applying upgrade
-- scripts
INSERT INTO enum_parameters (id, name, val)
VALUES (1, 'model_version', '2.59.2');
VALUES (1, 'model_version', '2.60.0');
-- parameter 2 is for updating table enum_tlds by data from url
-- http://data.iana.org/TLD/tlds-alpha-by-domain.txt
INSERT INTO enum_parameters (id, name, val)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment