External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
679B

  1. From c92747e3ea5994c2f869c277d6901e4cc1b36636 Mon Sep 17 00:00:00 2001
  2. From: Olivier Humbert <trebmuh@users.noreply.github.com>
  3. Date: Fri, 30 Dec 2016 23:23:40 +0100
  4. Subject: [PATCH] Update CMakeLists.txt
  5. updates version number
  6. ---
  7. CMakeLists.txt | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/CMakeLists.txt b/CMakeLists.txt
  10. index 6114080..f9f0702 100644
  11. --- a/CMakeLists.txt
  12. +++ b/CMakeLists.txt
  13. @@ -5,7 +5,7 @@ project (sorcer)
  14. set(SORCER_VERSION_MAJOR "1")
  15. set(SORCER_VERSION_MINOR "1")
  16. -set(SORCER_VERSION_PATCH "2")
  17. +set(SORCER_VERSION_PATCH "3")
  18. set(SORCER_VERSION "${SORCER_VERSION_MAJOR}.${SORCER_VERSION_MINOR}.${SORCER_VERSION_PATCH}")