Navigation


Changes in / [1362:56f9e13f0ef0:1363:1bc02b9ecbd6] in freeDiameter


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • .hgtags

    r1350 r1361  
    80802cb8d71a405df19cf385e49e237f649589513e8d 1.2.1
    818173b9f2aefb75f066d891a03a9145cc7addb2f2d3 1.3.0
     8208a82e81951356c913285e9d54989e52549e8d63 1.3.1
     837f5aa6bb36424173a037a8576283cd8eb53787c0 1.3.2
  • CMakeLists.txt

    r1287 r1360  
    1111# Version of the source code
    1212SET(FD_PROJECT_VERSION_MAJOR 1)
    13 SET(FD_PROJECT_VERSION_MINOR 2)
    14 SET(FD_PROJECT_VERSION_REV 1)
     13SET(FD_PROJECT_VERSION_MINOR 3)
     14SET(FD_PROJECT_VERSION_REV 2)
    1515
    1616# Version of the API with the library
  • INSTALL.Ubuntu

    r1011 r1351  
    4747sudo apt-get -y install mercurial cmake make gcc g++ bison flex libsctp-dev libgnutls-dev libgcrypt-dev libidn11-dev ssl-cert debhelper fakeroot \
    4848   libpq-dev libmysqlclient-dev libxml2-dev swig python-dev
     49   
     50# On latest Ubuntu you will need libgnutls28-dev instead of libgnutls-dev
    4951
    5052# Retrieve the latest version of the source package
Note: See TracChangeset for help on using the changeset viewer.