diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-13 21:05:19 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-13 21:05:19 +0300 |
commit | c01241b77471ee09fea2c4a5ef97a9e8eae8fb8f (patch) | |
tree | 90359695de290b94a087207577c80aa97299364f /libbrep/build.xml | |
parent | 20a456e33222ed31008db3c328f1e10c212acf00 (diff) |
Default version epoch to one
Diffstat (limited to 'libbrep/build.xml')
-rw-r--r-- | libbrep/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/build.xml b/libbrep/build.xml index 04ffd78..0fd4154 100644 --- a/libbrep/build.xml +++ b/libbrep/build.xml @@ -1,5 +1,5 @@ <changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" schema-name="build" version="1"> - <model version="3"> + <model version="4"> <table name="build" kind="object"> <column name="package_name" type="CITEXT" null="false"/> <column name="package_version_epoch" type="INTEGER" null="false"/> |