Skip to content
Snippets Groups Projects
Commit 312c5b00 authored by Michal Strnad's avatar Michal Strnad
Browse files

Bump version: 2.59.2 → 2.59.3-rc1

parent fa3cf184
No related branches found
Tags 2.59.2-rc1
No related merge requests found
[bumpversion]
current_version = 2.59.2
current_version = 2.59.3-rc1
commit = True
tag = True
tag_name = {new_version}
......
AC_INIT([fred-db], 2.59.2)
AC_INIT([fred-db], 2.59.3-rc1)
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.59.3-rc1');
-- 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